Searched refs:BlockValueStack (Results 1 – 1 of 1) sorted by relevance
346 std::stack<std::pair<BasicBlock*, Value*> > BlockValueStack; member in __anon33ceafee0311::LazyValueInfoCache357 BlockValueStack.push(BV); in pushBlockValue()501 while (!BlockValueStack.empty()) { in solve()502 std::pair<BasicBlock*, Value*> &e = BlockValueStack.top(); in solve()507 assert(BlockValueStack.top() == e && "Nothing should have been pushed!"); in solve()511 BlockValueStack.pop(); in solve()515 assert(BlockValueStack.top() != e && "Stack should have been pushed!"); in solve()1062 assert(BlockValueStack.empty() && BlockValueSet.empty()); in getValueInBlock()