Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h122 bool allowReordering() const { in allowReordering() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp287 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
303 if ((ThresholdReached && !Hints.allowReordering()) || in doesNotMeet()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1171 bool allowReordering() const { in allowReordering() function in __anon63bf7e8f0111::LoopVectorizeHints
1754 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
1767 if ((ThresholdReached && !Hints.allowReordering()) || in doesNotMeet()