Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h819 LogicalResult restoreRow(Unknown &u);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp962 LogicalResult Simplex::restoreRow(Unknown &u) { in restoreRow() function in Simplex
1081 LogicalResult result = restoreRow(con[conIndex]); in addInequality()
1359 if (failed(restoreRow(u))) in computeOptimum()
1427 if (failed(restoreRow(u))) in detectRedundant()