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

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp349 DenseSet<std::pair<BasicBlock*, Value*> > BlockValueSet; member in class:__anon2399::LazyValueInfoCache
354 if (!BlockValueSet.insert(BV).second)
503 assert(BlockValueSet.count(e) && "Stack value should be in BlockValueSet!");
512 BlockValueSet.erase(e);
1062 assert(BlockValueStack.empty() && BlockValueSet.empty());

Completed in 168 milliseconds