Searched refs:allowReordering (Results 1 – 3 of 3) sorted by relevance
174 bool allowReordering() const;
221 bool LoopVectorizeHints::allowReordering() const { in allowReordering() function in llvm::LoopVectorizeHints908 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath()
1322 return EnableStrictReductions && !Hints->allowReordering() && in useOrderedReductions()8106 if ((ThresholdReached && !Hints.allowReordering()) || in plan()