Home
last modified time | relevance | path

Searched defs:scopeExit (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp335 SimplexRollbackScopeExit scopeExit(*this); isSeparateInequality() local
1364 SimplexRollbackScopeExit scopeExit(*this); computeOptimum() local
1686 SimplexRollbackScopeExit scopeExit(simplex); computeWidthAndDuals() local
H A DPresburgerRelation.cpp847 SimplexRollbackScopeExit scopeExit(simp); isFacetContained() local
/llvm-project/mlir/lib/Pass/
H A DPass.cpp578 auto scopeExit = llvm::make_scope_exit([&] { runPipeline() local