Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h128 bool allowReordering() const { in allowReordering() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp288 if (UnsafeAlgebraInst && !Hints.allowReordering()) { in doesNotMeet()
304 if ((ThresholdReached && !Hints.allowReordering()) || in doesNotMeet()