Home | History | Annotate | Download | only in Analysis

Lines Matching refs:eraseBlock

435     /// eraseBlock - This is part of the update interface to inform the cache
437 void eraseBlock(BasicBlock *BB);
468 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) {
1126 void LazyValueInfo::eraseBlock(BasicBlock *BB) {
1127 if (PImpl) getCache(PImpl).eraseBlock(BB);