Searched refs:isReductionVariable (Results 1 – 2 of 2) sorted by relevance
324 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function
4295 assert(Legal->isReductionVariable(OrigPhi) && in fixReduction()4723 assert(!Legal->isReductionVariable(P) && in widenPHIInstruction()6134 Legal->isReductionVariable(&Phi); in isCandidateForEpilogueVectorization()6288 if (!Legal->isReductionVariable(PN)) in collectElementTypesForWidening()9054 if (Legal->isReductionVariable(Phi) || Legal->isFirstOrderRecurrence(Phi)) { in tryToCreateWidenRecipe()9056 if (Legal->isReductionVariable(Phi)) { in tryToCreateWidenRecipe()