Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h233 using RecurrenceSet = SmallPtrSet<const PHINode *, 8>; variable
254 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
445 RecurrenceSet FirstOrderRecurrences;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1369 typedef SmallPtrSet<const PHINode *, 8> RecurrenceSet; typedef in __anon63bf7e8f0111::LoopVectorizationLegality
1386 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
1568 RecurrenceSet FirstOrderRecurrences;