Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h858 void markRowRedundant(Unknown &u);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1385 void Simplex::markRowRedundant(Unknown &u) { in markRowRedundant() function in Simplex
1432 markRowRedundant(u); in detectRedundant()