Home
last modified time | relevance | path

Searched refs:FirstOrderRecurrences (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h297 RecurrenceSet &getFirstOrderRecurrences() { return FirstOrderRecurrences; } in getFirstOrderRecurrences()
519 RecurrenceSet FirstOrderRecurrences; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp672 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
847 if (any_of(FirstOrderRecurrences, [LoopLatch, this](const PHINode *Phi) { in canVectorizeInstrs()
906 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()