Searched refs:StartingStack (Results 1 – 1 of 1) sorted by relevance
464 SmallVector<std::pair<BasicBlock *, Value *>, 8> StartingStack = in solve() local482 while (!StartingStack.empty()) { in solve()483 std::pair<BasicBlock *, Value *> &e = StartingStack.back(); in solve()486 StartingStack.pop_back(); in solve()