Home
last modified time | relevance | path

Searched refs:getCounts (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp241 IntegerRelation::CountsSnapshot initBCounts = b.getCounts(); in getSetDifference()
370 IntegerRelation::CountsSnapshot bCounts = b.getCounts(); in getSetDifference()
406 frame.bCounts = b.getCounts(); in getSetDifference()
H A DSimplex.cpp572 domainPoly.getCounts(); in computeSymbolicIntegerLexMin()
H A DIntegerRelation.cpp144 IntegerRelation::CountsSnapshot IntegerRelation::getCounts() const { in getCounts() function in IntegerRelation
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h231 CountsSnapshot getCounts() const;
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp1461 IntegerRelation::CountsSnapshot snapshot = set.getCounts(); in TEST()