Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DIntegerRelation.h218 struct CountsSnapshot { struct
220 CountsSnapshot(const PresburgerSpace &space, unsigned numIneqs, in CountsSnapshot() function
231 CountsSnapshot getCounts() const; argument
232 void truncate(const CountsSnapshot &counts);
695 void truncateVarKind(VarKind kind, const CountsSnapshot &counts);
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp207 IntegerRelation::CountsSnapshot bCounts; in getSetDifference()
241 IntegerRelation::CountsSnapshot initBCounts = b.getCounts(); in getSetDifference()
370 IntegerRelation::CountsSnapshot bCounts = b.getCounts(); in getSetDifference()
H A DIntegerRelation.cpp144 IntegerRelation::CountsSnapshot IntegerRelation::getCounts() const { in getCounts()
155 const CountsSnapshot &counts) { in truncateVarKind()
159 void IntegerRelation::truncate(const CountsSnapshot &counts) { in truncate()
H A DSimplex.cpp530 IntegerRelation::CountsSnapshot domainPolyCounts; in computeSymbolicIntegerLexMin()
571 IntegerRelation::CountsSnapshot domainPolyCounts = in computeSymbolicIntegerLexMin()
/llvm-project-15.0.7/mlir/unittests/Analysis/Presburger/
H A DIntegerPolyhedronTest.cpp1461 IntegerRelation::CountsSnapshot snapshot = set.getCounts(); in TEST()