Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h316 RecurrenceSet &getFixedOrderRecurrences() { return FixedOrderRecurrences; } in getFixedOrderRecurrences()
615 RecurrenceSet FixedOrderRecurrences; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp879 FixedOrderRecurrences.insert(Phi); in canVectorizeInstrs()
1392 return FixedOrderRecurrences.count(Phi); in isFixedOrderRecurrence()
1655 if (Reductions.size() || FixedOrderRecurrences.size()) { in isVectorizableEarlyExitLoop()