Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h244 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
438 RecurrenceSet FirstOrderRecurrences; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp647 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
823 if (any_of(FirstOrderRecurrences, [LoopLatch, this](const PHINode *Phi) { in canVectorizeInstrs()
882 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()