Home
last modified time | relevance | path

Searched refs:ReductionPhi (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3722 if (auto *ReductionPhi = dyn_cast<VPReductionPHIRecipe>(&R)) in fixCrossIterationPHIs() local
3723 fixReduction(ReductionPhi, State); in fixCrossIterationPHIs()
6513 Instruction *ReductionPhi = LastChain; in getReductionPatternCost() local
6514 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() local
10385 ReductionPhi->getRecurrenceDescriptor())) { in processLoop()
10387 ReductionPhi->setOperand(0, StartVal); in processLoop()