Searched refs:isFixedOrderRecurrence (Results 1 – 5 of 5) sorted by relevance
334 bool isFixedOrderRecurrence(const PHINode *Phi) const;
194 static bool isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop,
870 if (RecurrenceDescriptor::isFixedOrderRecurrence(Phi, TheLoop, DT)) { in canVectorizeInstrs()1247 bool LoopVectorizationLegality::isFixedOrderRecurrence( in isFixedOrderRecurrence() function in llvm::LoopVectorizationLegality
3280 if (IndUpdatePhi && Legal->isFixedOrderRecurrence(IndUpdatePhi)) in collectLoopScalars()3727 if (OP && Legal->isFixedOrderRecurrence(OP)) in collectLoopUniforms()4601 [&](PHINode &Phi) { return Legal->isFixedOrderRecurrence(&Phi); })) in isCandidateForEpilogueVectorization()6431 if (VF.isVector() && Legal->isFixedOrderRecurrence(Phi)) { in getInstructionCost()8264 Legal->isFixedOrderRecurrence(Phi)) && in tryToCreateWidenRecipe()
947 bool RecurrenceDescriptor::isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop, in isFixedOrderRecurrence() function in RecurrenceDescriptor