Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp385 SmallVector<std::pair<BasicBlock*, Value*>, 8> BlockValueStack; member in __anonaa1e11710411::LazyValueInfoImpl
398 BlockValueStack.push_back(BV); in pushBlockValue()
500 BlockValueStack.begin(), BlockValueStack.end()); in solve()
503 while (!BlockValueStack.empty()) { in solve()
524 BlockValueStack.clear(); in solve()
527 std::pair<BasicBlock *, Value *> e = BlockValueStack.back(); in solve()
532 assert(BlockValueStack.back() == e && "Nothing should have been pushed!"); in solve()
540 BlockValueStack.pop_back(); in solve()
544 assert(BlockValueStack.back() != e && "Stack should have been pushed!"); in solve()
1412 assert(BlockValueStack.empty() && BlockValueSet.empty()); in getValueInBlock()