Home
last modified time | relevance | path

Searched refs:removeVar (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h260 void removeVar(VarKind kind, unsigned pos);
265 void removeVar(unsigned pos);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp288 void IntegerRelation::removeVar(VarKind kind, unsigned pos) { in removeVar() function in IntegerRelation
292 void IntegerRelation::removeVar(unsigned pos) { removeVarRange(pos, pos + 1); } in removeVar() function in IntegerRelation
1149 removeVar(posB); in eliminateRedundantLocalVar()
1252 removeVar(j); in removeRedundantLocalVars()
1765 removeVar(pos); in fourierMotzkinEliminate()
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp186 set.removeVar(VarKind::Symbol, 1); in TEST()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2702 cst.removeVar(0); in createSeparationCondition()