Home
last modified time | relevance | path

Searched refs:removeRedundantLocalVars (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h637 void removeRedundantLocalVars();
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp601 tmpCst.removeRedundantLocalVars(); in isEmpty()
1215 void IntegerRelation::removeRedundantLocalVars() { in removeRedundantLocalVars() function in IntegerRelation
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp1685 rel.removeRedundantLocalVars(); in compose()