Home
last modified time | relevance | path

Searched defs: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
467 while (Optional<Pivot> maybePivot = findPivot(row, direction)) { in computeRowOptimum() local