Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h174 bool allowReordering() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp221 bool LoopVectorizeHints::allowReordering() const { in allowReordering() function in llvm::LoopVectorizeHints
908 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath()
H A DLoopVectorize.cpp1322 return EnableStrictReductions && !Hints->allowReordering() && in useOrderedReductions()
8106 if ((ThresholdReached && !Hints.allowReordering()) || in plan()