Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp995 std::optional<Pivot> maybePivot = findPivot(u.pos, Direction::Up); restoreRow() local
1343 while (std::optional<Pivot> maybePivot = findPivot(row, direction)) { computeRowOptimum() local