Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h294 RecurrenceSet &getFixedOrderRecurrences() { return FixedOrderRecurrences; } in getFixedOrderRecurrences()
516 RecurrenceSet FixedOrderRecurrences; variable
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp727 FixedOrderRecurrences.insert(Phi); in canVectorizeInstrs()
902 if (any_of(FixedOrderRecurrences, [LoopLatch, this](const PHINode *Phi) { in canVectorizeInstrs()
1102 return FixedOrderRecurrences.count(Phi); in isFixedOrderRecurrence()