Searched defs:isOrdered (Results 1 – 8 of 8) sorted by relevance
260 bool isOrdered() const { return IsOrdered; } isOrdered() function
132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function
172 auto isOrdered = createCheckIsOrdered(rewriter, op.getLoc(), matchAndRewrite() local
900 auto isOrdered = [](Instruction *Inst) { getNonLocalPointerDependency() local
1745 static inline bool isOrdered(const Instruction *I) { in isOrdered() function
1959 bool isOrdered() const { return IsOrdered; } isOrdered() function
1049 bool isOrdered = wsloopOp.getOrderedVal().has_value(); convertOmpWsloop() local
3841 bool CmpInst::isOrdered(Predicate predicate) { isOrdered() function in CmpInst