Searched refs:isReductionVariable (Results 1 – 2 of 2) sorted by relevance
319 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function
4323 assert(Legal->isReductionVariable(OrigPhi) && in fixReduction()4751 assert(Legal->isReductionVariable(P) && StartV && in widenPHIInstruction()4801 assert(!Legal->isReductionVariable(P) && in widenPHIInstruction()6103 Legal->isReductionVariable(&Phi); in isCandidateForEpilogueVectorization()6241 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()8925 if (Legal->isReductionVariable(Phi)) { in tryToCreateWidenRecipe()