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