Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp337 std::stack<std::pair<BasicBlock*, Value*> > BlockValueStack; member in __anon33ceafee0311::LazyValueInfoCache
348 BlockValueStack.push(BV); in pushBlockValue()
462 while (!BlockValueStack.empty()) { in solve()
463 std::pair<BasicBlock*, Value*> &e = BlockValueStack.top(); in solve()
468 assert(BlockValueStack.top() == e && "Nothing should have been pushed!"); in solve()
471 BlockValueStack.pop(); in solve()
475 assert(BlockValueStack.top() != e && "Stack should have been pushed!"); in solve()
1001 assert(BlockValueStack.empty() && BlockValueSet.empty()); in getValueInBlock()