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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h195 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h269 bool isFirstOrderRecurrence(const PHINode *Phi);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp645 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop,
881 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { function in class:llvm::LoopVectorizationLegality
H A DLoopVectorize.cpp3496 if (Legal->isFirstOrderRecurrence(&Phi))
4132 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) {
4823 if (OP && Legal->isFirstOrderRecurrence(OP))
6203 if (VF > 1 && Legal->isFirstOrderRecurrence(Phi))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp670 bool RecurrenceDescriptor::isFirstOrderRecurrence( function in class:RecurrenceDescriptor

Completed in 93 milliseconds