Home
last modified time | relevance | path

Searched defs:mustProgress (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Target/LLVMIR/
H A DLoopAnnotationImporter.cpp445 FailureOr<BoolAttr> mustProgress = lookupUnitNode("llvm.loop.mustprogress"); in convert() local
/llvm-project/llvm/include/llvm/IR/
H A DFunction.h646 bool mustProgress() const { mustProgress() function