Home | History | Annotate | Download | only in Analysis

Lines Matching full:eraseblock

400     /// eraseBlock - This is part of the update interface to inform the cache
402 void eraseBlock(BasicBlock *BB);
434 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) {
1137 void LazyValueInfo::eraseBlock(BasicBlock *BB) {
1138 if (PImpl) getCache(PImpl).eraseBlock(BB);