Home
last modified time | relevance | path

Searched defs:isOrdered (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DIVDescriptors.h260 bool isOrdered() const { return IsOrdered; } isOrdered() function
H A DDependenceAnalysis.h132 bool isOrdered() const { return isOutput() || isFlow() || isAnti(); } in isOrdered() function
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp172 auto isOrdered = createCheckIsOrdered(rewriter, op.getLoc(), matchAndRewrite() local
/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp900 auto isOrdered = [](Instruction *Inst) { getNonLocalPointerDependency() local
H A DMemorySSA.cpp1745 static inline bool isOrdered(const Instruction *I) { in isOrdered() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h1959 bool isOrdered() const { return IsOrdered; } isOrdered() function
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1049 bool isOrdered = wsloopOp.getOrderedVal().has_value(); convertOmpWsloop() local
/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3841 bool CmpInst::isOrdered(Predicate predicate) { isOrdered() function in CmpInst