Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp319 SimplexRollbackScopeExit scopeExit(*this); in isSeparateInequality() local
1335 SimplexRollbackScopeExit scopeExit(*this); in computeOptimum() local
1655 SimplexRollbackScopeExit scopeExit(simplex); in computeWidthAndDuals() local
H A DPresburgerRelation.cpp635 SimplexRollbackScopeExit scopeExit(simp); in isFacetContained() local
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPass.cpp519 auto scopeExit = llvm::make_scope_exit([&] { in runPipeline() local