Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/Presburger/
DSimplex.cpp1020 SmallVector<int64_t, 8> nextValueStack; in findIntegerSample() local
1024 nextValueStack.reserve(basis.getNumRows()); in findIntegerSample()
1063 nextValueStack.push_back(minRoundedUp); in findIntegerSample()
1068 nextValueStack.size() - 1 == level && in findIntegerSample()
1076 int64_t nextValue = nextValueStack.back(); in findIntegerSample()
1077 nextValueStack.back()++; in findIntegerSample()
1082 nextValueStack.pop_back(); in findIntegerSample()