Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp293 while (Optional<unsigned> maybeRow = maybeGetNonIntegralVarRow()) { in findIntegerLexMin() local
304 if (addCut(*maybeRow).failed()) in findIntegerLexMin()
1163 if (Optional<unsigned> maybeRow = findPivotRow({}, Direction::Up, column)) { in undoLastConstraint() local
1164 pivot(*maybeRow, column); in undoLastConstraint()
1165 } else if (Optional<unsigned> maybeRow = in undoLastConstraint() local
1167 pivot(*maybeRow, column); in undoLastConstraint()