Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1599 bool isInLoopReduction(PHINode *Phi) const { in isInLoopReduction() function in llvm::LoopVectorizationCostModel
4331 bool IsInLoopReductionPhi = Cost->isInLoopReduction(OrigPhi); in fixReduction()
4746 (State.VF.isScalar()) || Cost->isInLoopReduction(cast<PHINode>(PN)); in widenPHIInstruction()
4781 Cost->isInLoopReduction(cast<PHINode>(PN)) && in widenPHIInstruction()
9240 if (CM.isInLoopReduction(Reduction.first)) in buildVPlanWithVPRecipes()