Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp268 Optional<Pivot> maybePivot = findPivot(u.pos, Direction::Up); in restoreRow() local
269 if (!maybePivot) in restoreRow()
272 pivot(*maybePivot); in restoreRow()
467 while (Optional<Pivot> maybePivot = findPivot(row, direction)) { in computeRowOptimum() local
470 if (maybePivot->row == row) in computeRowOptimum()
472 pivot(*maybePivot); in computeRowOptimum()