Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h302 RecurrenceSet &getFirstOrderRecurrences() { return FirstOrderRecurrences; } in getFirstOrderRecurrences()
519 RecurrenceSet FirstOrderRecurrences; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp688 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
863 if (any_of(FirstOrderRecurrences, [LoopLatch, this](const PHINode *Phi) { in canVectorizeInstrs()
949 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()