Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6269 Instruction *ReductionPhi = LastChain; in getReductionPatternCost() local
6270 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() local
8974 ReductionPHIList.emplace_back(ReductionPhi); in adjustRecipesForReductions()
10199 if (auto *ReductionPhi = dyn_cast<VPReductionPHIRecipe>(&R)) { in processLoop() local
10201 .find(&ReductionPhi->getRecurrenceDescriptor()) in processLoop()