Searched refs:allowReordering (Results 1 – 3 of 3) sorted by relevance
175 bool allowReordering() const;
241 bool LoopVectorizeHints::allowReordering() const { in allowReordering() function in llvm::LoopVectorizeHints1018 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath()
1257 return !Hints->allowReordering() && RdxDesc.isOrdered(); in useOrderedReductions()