Home
last modified time | relevance | path

Searched refs:isFirstOrderRecurrence (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h336 bool isFirstOrderRecurrence(const PHINode *Phi) const;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIVDescriptors.h191 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp713 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, in canVectorizeInstrs()
1072 bool LoopVectorizationLegality::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp4717 if (OP && Legal->isFirstOrderRecurrence(OP)) in collectLoopUniforms()
5406 [&](PHINode &Phi) { return Legal->isFirstOrderRecurrence(&Phi); })) in isCandidateForEpilogueVectorization()
7002 if (VF.isVector() && Legal->isFirstOrderRecurrence(Phi)) in getInstructionCost()
8490 Legal->isFirstOrderRecurrence(Phi)) && in tryToCreateWidenRecipe()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp924 bool RecurrenceDescriptor::isFirstOrderRecurrence( in isFirstOrderRecurrence() function in RecurrenceDescriptor