Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLazyValueInfo.cpp346 std::stack<std::pair<BasicBlock*, Value*> > BlockValueStack; member in __anon33ceafee0311::LazyValueInfoCache
357 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()