Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h264 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
460 RecurrenceSet FirstOrderRecurrences; variable
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp690 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
874 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()