Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DSimplex.h758 void detectRedundant(unsigned offset) { in detectRedundant() function
762 void detectRedundant() { detectRedundant(0, con.size()); } in detectRedundant() function
/llvm-project/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1424 void Simplex::detectRedundant(unsigned offset, unsigned count) { detectRedundant() function in Simplex