Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp967 Optional<Pivot> maybePivot = findPivot(u.pos, Direction::Up); in restoreRow() local
968 if (!maybePivot) in restoreRow()
971 pivot(*maybePivot); in restoreRow()
1314 while (Optional<Pivot> maybePivot = findPivot(row, direction)) { in computeRowOptimum() local
1317 if (maybePivot->row == row) in computeRowOptimum()
1319 pivot(*maybePivot); in computeRowOptimum()