Lines Matching refs:BlockCache
176 BlockCache; member in __anon6556ff8c0211::LazyValueInfoCache
181 auto It = BlockCache.find_as(BB); in getBlockEntry()
182 if (It == BlockCache.end()) in getBlockEntry()
188 auto It = BlockCache.find_as(BB); in getOrCreateBlockEntry()
189 if (It == BlockCache.end()) in getOrCreateBlockEntry()
190 It = BlockCache.insert({BB, std::make_unique<BlockCacheEntry>()}).first; in getOrCreateBlockEntry()
247 BlockCache.clear(); in clear()
266 for (auto &Pair : BlockCache) { in eraseValue()
285 BlockCache.erase(BB); in eraseBlock()
321 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl()
322 if (OI == BlockCache.end() || OI->second->OverDefined.empty()) in threadEdgeImpl()