Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Analysis/Presburger/
DSimplex.h263 Optional<Pivot> findPivot(int row, Direction direction) const;
/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp157 Optional<Simplex::Pivot> Simplex::findPivot(int row, in findPivot() function in mlir::Simplex
268 Optional<Pivot> maybePivot = findPivot(u.pos, Direction::Up); in restoreRow()
467 while (Optional<Pivot> maybePivot = findPivot(row, direction)) { in computeRowOptimum()