Home
last modified time | relevance | path

Searched refs:hasConsistentState (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DMatrixTest.cpp79 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
87 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
104 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
119 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
121 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
123 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
134 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
142 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
157 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
159 ASSERT_TRUE(mat.hasConsistentState()); in TEST()
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h180 bool hasConsistentState() const;
H A DIntegerRelation.h678 virtual bool hasConsistentState() const;
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DIntegerRelation.cpp438 bool IntegerRelation::hasConsistentState() const { in hasConsistentState() function in IntegerRelation
439 if (!inequalities.hasConsistentState()) in hasConsistentState()
441 if (!equalities.hasConsistentState()) in hasConsistentState()
492 assert(hasConsistentState()); in hasInvalidConstraint()
656 assert(hasConsistentState()); in isEmptyByGCDTest()
974 assert(hasConsistentState()); in gaussianEliminateVars()
1743 assert(hasConsistentState()); in fourierMotzkinEliminate()
2243 assert(hasConsistentState()); in print()
H A DMatrix.cpp260 bool Matrix::hasConsistentState() const { in hasConsistentState() function in Matrix
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DAffineStructures.h470 bool hasConsistentState() const override;
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DAffineStructures.cpp709 bool FlatAffineValueConstraints::hasConsistentState() const { in hasConsistentState() function in FlatAffineValueConstraints
710 return IntegerPolyhedron::hasConsistentState() && in hasConsistentState()