Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp138 poly.removeEquality(i - 1); in removeConstraintsInvolvingVarRange()
348 void IntegerRelation::removeEquality(unsigned pos) { in removeEquality() function in IntegerRelation
1008 removeEquality(pivotRow); in gaussianEliminateVars()
1253 removeEquality(i); in removeRedundantLocalVars()
2137 removeEquality(nbIndex); in removeIndependentConstraints()
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h267 void removeEquality(unsigned pos);
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp149 TEST(IntegerPolyhedronTest, removeEquality) { in TEST() argument
162 set.removeEquality(1); in TEST()