Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h264 Optional<unsigned> findAnyPivotRow(unsigned col);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1142 Optional<unsigned> SimplexBase::findAnyPivotRow(unsigned col) { in findAnyPivotRow() function in SimplexBase
1169 Optional<unsigned> row = findAnyPivotRow(column); in undoLastConstraint()
1188 Optional<unsigned> row = findAnyPivotRow(column); in undoLastConstraint()