Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h305 RemoveLastVariable, enumerator
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1200 } else if (entry == UndoLogEntry::RemoveLastVariable) { in undo()
1298 undoLog.insert(undoLog.end(), count, UndoLogEntry::RemoveLastVariable); in appendVariable()