Searched refs:isInLoopReduction (Results 1 – 1 of 1) sorted by relevance
1599 bool isInLoopReduction(PHINode *Phi) const { in isInLoopReduction() function in llvm::LoopVectorizationCostModel4331 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()