Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h254 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
445 RecurrenceSet FirstOrderRecurrences; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp638 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
789 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1386 RecurrenceSet *getFirstOrderRecurrences() { return &FirstOrderRecurrences; } in getFirstOrderRecurrences()
1568 RecurrenceSet FirstOrderRecurrences; member in __anon63bf7e8f0111::LoopVectorizationLegality
4633 FirstOrderRecurrences.insert(Phi); in canVectorizeInstrs()
4853 return FirstOrderRecurrences.count(Phi); in isFirstOrderRecurrence()