Searched refs:ReductionPhi (Results 1 – 1 of 1) sorted by relevance
3722 if (auto *ReductionPhi = dyn_cast<VPReductionPHIRecipe>(&R)) in fixCrossIterationPHIs() local3723 fixReduction(ReductionPhi, State); in fixCrossIterationPHIs()6513 Instruction *ReductionPhi = LastChain; in getReductionPatternCost() local6514 while (!isa<PHINode>(ReductionPhi)) in getReductionPatternCost()6515 ReductionPhi = InLoopReductionImmediateChains[ReductionPhi]; in getReductionPatternCost()6518 Legal->getReductionVars().find(cast<PHINode>(ReductionPhi))->second; in getReductionPatternCost()10383 if (auto *ReductionPhi = dyn_cast<VPReductionPHIRecipe>(&R)) { in processLoop() local10385 ReductionPhi->getRecurrenceDescriptor())) { in processLoop()10387 ReductionPhi->setOperand(0, StartVal); in processLoop()