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

/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp400 /// eraseBlock - This is part of the update interface to inform the cache
402 void eraseBlock(BasicBlock *BB);
434 void LazyValueInfoCache::eraseBlock(BasicBlock *BB) { function in class:LazyValueInfoCache
1137 void LazyValueInfo::eraseBlock(BasicBlock *BB) { function in class:LazyValueInfo
1138 if (PImpl) getCache(PImpl).eraseBlock(BB);

Completed in 255 milliseconds