Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp205 unsigned simplexSnapshot; in getSetDifference() member
369 unsigned simplexSnapshot = simplex.getSnapshot(); in getSetDifference() local
371 frames.push_back(Frame{simplexSnapshot, bCounts, sI, ineqsToProcess, in getSetDifference()
390 simplex.rollback(frame.simplexSnapshot); in getSetDifference()
407 frame.simplexSnapshot = simplex.getSnapshot(); in getSetDifference()