Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h295 RecurrenceSet &getFirstOrderRecurrences() { return FirstOrderRecurrences; } in getFirstOrderRecurrences()
528 RecurrenceSet FirstOrderRecurrences; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp716 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
891 if (any_of(FirstOrderRecurrences, [LoopLatch, this](const PHINode *Phi) { in canVectorizeInstrs()
1074 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()