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

/external/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h183 static bool isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp522 bool RecurrenceDescriptor::isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop, function in class:RecurrenceDescriptor
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1398 bool isFirstOrderRecurrence(const PHINode *Phi);
3505 if (Legal->isFirstOrderRecurrence(Phi)) {
3963 if (Legal->isReductionVariable(P) || Legal->isFirstOrderRecurrence(P)) {
4632 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop, DT)) {
4852 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) { function in class:LoopVectorizationLegality
5837 if (VF > 1 && Legal->isFirstOrderRecurrence(Phi))

Completed in 259 milliseconds