Searched refs:findPivotRow (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | Simplex.cpp | 875 Optional<unsigned> maybePivotRow = findPivotRow(row, newDirection, *col); in findPivot() 1000 Optional<unsigned> Simplex::findPivotRow(Optional<unsigned> skipRow, in findPivotRow() function in Simplex 1163 if (Optional<unsigned> maybeRow = findPivotRow({}, Direction::Up, column)) { in undoLastConstraint() 1166 findPivotRow({}, Direction::Down, column)) { in undoLastConstraint() 1347 Optional<unsigned> pivotRow = findPivotRow({}, direction, column); in computeOptimum() 1414 Optional<unsigned> pivotRow = findPivotRow({}, Direction::Down, column); in detectRedundant()
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/ |
| H A D | Simplex.h | 839 Optional<unsigned> findPivotRow(Optional<unsigned> skipRow,
|