Searched refs:isReductionVariable (Results 1 – 2 of 2) sorted by relevance
286 bool isReductionVariable(PHINode *PN) { return Reductions.count(PN); } in isReductionVariable() function
3313 else if (Legal->isReductionVariable(&Phi)) in fixCrossIterationPHIs()3490 assert(Legal->isReductionVariable(Phi) && in fixReduction()3804 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) { in widenPHIInstruction()4874 if (!Legal->isReductionVariable(PN)) in getSmallestAndWidestTypes()