Home
last modified time | relevance | path

Searched refs:undoLastConstraint (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h313 virtual void undoLastConstraint() = 0;
468 void undoLastConstraint() final;
844 void undoLastConstraint() final;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1151 void Simplex::undoLastConstraint() { in undoLastConstraint() function in Simplex
1179 void LexSimplexBase::undoLastConstraint() { in undoLastConstraint() function in LexSimplexBase
1199 undoLastConstraint(); in undo()