Lines Matching refs:ReductionInfo
262 MapVector<Instruction *, std::pair<PHINode *, Instruction *>> ReductionInfo; member in __anon87c1be940111::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()
2008 auto *OldPHIReal = ReductionInfo[Real].first; in processReductionOperation()
2009 auto *OldPHIImag = ReductionInfo[Imag].first; in processReductionOperation()
2028 auto *FinalReductionReal = ReductionInfo[Real].second; in processReductionOperation()
2029 auto *FinalReductionImag = ReductionInfo[Imag].second; in processReductionOperation()
2061 ReductionInfo[RootReal].first->removeIncomingValue(BackEdge); in replaceNodes()
2062 ReductionInfo[RootImag].first->removeIncomingValue(BackEdge); in replaceNodes()