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