Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp177 Optional<unsigned> maybePivotRow = findPivotRow(row, newDirection, *col); in findPivot()
301 Optional<unsigned> Simplex::findPivotRow(Optional<unsigned> skipRow, in findPivotRow() function in mlir::Simplex
406 findPivotRow({}, Direction::Up, column)) { in undo()
409 findPivotRow({}, Direction::Down, column)) { in undo()
533 Optional<unsigned> pivotRow = findPivotRow({}, Direction::Down, column); in detectRedundant()
/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h325 Optional<unsigned> findPivotRow(Optional<unsigned> skipRow,