Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp391 DenseSet<std::pair<BasicBlock*, Value*> > BlockValueSet; member in __anonebac50b60411::LazyValueInfoImpl
396 if (!BlockValueSet.insert(BV).second) in pushBlockValue()
538 BlockValueSet.clear(); in solve()
543 assert(BlockValueSet.count(e) && "Stack value should be in BlockValueSet!"); in solve()
556 BlockValueSet.erase(e); in solve()
1560 assert(BlockValueStack.empty() && BlockValueSet.empty()); in getValueInBlock()