Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h239 using RecurrenceSet = SmallPtrSet<const PHINode *, 8>; variable
264 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
460 RecurrenceSet FirstOrderRecurrences;