Lines Matching refs:ReductionInfo
262 MapVector<Instruction *, std::pair<PHINode *, Instruction *>> ReductionInfo; member in __anon4b5acc0a0111::ComplexDeinterleavingGraph
1497 ReductionInfo[ReductionOp] = {&PHI, FinalReduction}; in collectPotentialReductions()
1514 SmallVector<bool> Processed(ReductionInfo.size(), false); in identifyReductionNodes()
1516 for (auto &P : ReductionInfo) in identifyReductionNodes()
1533 RealPHI = ReductionInfo[Real].first; in identifyReductionNodes()
1534 ImagPHI = ReductionInfo[Imag].first; in identifyReductionNodes()
2012 auto *OldPHIReal = ReductionInfo[Real].first; in processReductionOperation()
2013 auto *OldPHIImag = ReductionInfo[Imag].first; in processReductionOperation()
2032 auto *FinalReductionReal = ReductionInfo[Real].second; in processReductionOperation()
2033 auto *FinalReductionImag = ReductionInfo[Imag].second; in processReductionOperation()
2065 ReductionInfo[RootReal].first->removeIncomingValue(BackEdge); in replaceNodes()
2066 ReductionInfo[RootImag].first->removeIncomingValue(BackEdge); in replaceNodes()