Searched refs:ReductionPhi (Results 1 – 1 of 1) sorted by relevance
6269 Instruction *ReductionPhi = LastChain; in getReductionPatternCost() local6270 while (!isa<PHINode>(ReductionPhi)) in getReductionPatternCost()6271 ReductionPhi = InLoopReductionImmediateChains.at(ReductionPhi); in getReductionPatternCost()6274 Legal->getReductionVars().find(cast<PHINode>(ReductionPhi))->second; in getReductionPatternCost()8973 if (auto *ReductionPhi = dyn_cast<VPReductionPHIRecipe>(&R)) in adjustRecipesForReductions() local8974 ReductionPHIList.emplace_back(ReductionPhi); in adjustRecipesForReductions()10199 if (auto *ReductionPhi = dyn_cast<VPReductionPHIRecipe>(&R)) { in processLoop() local10201 .find(&ReductionPhi->getRecurrenceDescriptor()) in processLoop()