Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp388 SmallVector<std::pair<BasicBlock*, Value*>, 8> BlockValueStack; member in __anonebac50b60411::LazyValueInfoImpl
401 BlockValueStack.push_back(BV); in pushBlockValue()
515 BlockValueStack.begin(), BlockValueStack.end()); in solve()
518 while (!BlockValueStack.empty()) { in solve()
539 BlockValueStack.clear(); in solve()
542 std::pair<BasicBlock *, Value *> e = BlockValueStack.back(); in solve()
547 assert(BlockValueStack.back() == e && "Nothing should have been pushed!"); in solve()
555 BlockValueStack.pop_back(); in solve()
559 assert(BlockValueStack.back() != e && "Stack should have been pushed!"); in solve()
1560 assert(BlockValueStack.empty() && BlockValueSet.empty()); in getValueInBlock()