Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h174 bool allowReordering() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp246 bool LoopVectorizeHints::allowReordering() const { in allowReordering() function in llvm::LoopVectorizeHints
1165 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath()
H A DLoopVectorize.cpp1104 return !Hints->allowReordering() && RdxDesc.isOrdered(); in useOrderedReductions()