Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h271 using RecurrenceSet = SmallPtrSet<const PHINode *, 8>; variable
302 RecurrenceSet &getFirstOrderRecurrences() { return FirstOrderRecurrences; } in getFirstOrderRecurrences()
519 RecurrenceSet FirstOrderRecurrences;