Lines Matching refs:BlockCache
172 BlockCache; member in __anonc0d91abc0211::LazyValueInfoCache
177 auto It = BlockCache.find_as(BB); in getBlockEntry()
178 if (It == BlockCache.end()) in getBlockEntry()
184 auto It = BlockCache.find_as(BB); in getOrCreateBlockEntry()
185 if (It == BlockCache.end()) in getOrCreateBlockEntry()
186 It = BlockCache.insert({ BB, std::make_unique<BlockCacheEntry>() }) in getOrCreateBlockEntry()
244 BlockCache.clear(); in clear()
263 for (auto &Pair : BlockCache) { in eraseValue()
282 BlockCache.erase(BB); in eraseBlock()
318 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl()
319 if (OI == BlockCache.end() || OI->second->OverDefined.empty()) in threadEdgeImpl()