Searched refs:isFirstOrderRecurrence (Results 1 – 5 of 5) sorted by relevance
177 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
327 bool isFirstOrderRecurrence(const PHINode *Phi);
685 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()948 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { in isFirstOrderRecurrence() function in llvm::LoopVectorizationLegality
5496 if (OP && Legal->isFirstOrderRecurrence(OP)) in collectLoopUniforms()6133 return Legal->isFirstOrderRecurrence(&Phi) || in isCandidateForEpilogueVectorization()7615 if (VF.isVector() && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()9054 if (Legal->isReductionVariable(Phi) || Legal->isFirstOrderRecurrence(Phi)) { in tryToCreateWidenRecipe()
717 bool RecurrenceDescriptor::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in RecurrenceDescriptor