Searched defs:eraseBlock (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp401 /// eraseBlock - This is part of the update interface to inform the cache
403 void eraseBlock(BasicBlock *BB);
435 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { function in class:LazyValueInfoCache
1143 void LazyValueInfo::eraseBlock(BasicBlock *BB) { function in class:LazyValueInfo
1144 if (PImpl) getCache(PImpl).eraseBlock(BB);

Completed in 185 milliseconds