Lines Matching refs:BlockCache
173 BlockCache; member in __anondc48f1430211::LazyValueInfoCache
178 auto It = BlockCache.find_as(BB); in getBlockEntry()
179 if (It == BlockCache.end()) in getBlockEntry()
185 auto It = BlockCache.find_as(BB); in getOrCreateBlockEntry()
186 if (It == BlockCache.end()) in getOrCreateBlockEntry()
187 It = BlockCache.insert({ BB, std::make_unique<BlockCacheEntry>() }) in getOrCreateBlockEntry()
245 BlockCache.clear(); in clear()
264 for (auto &Pair : BlockCache) { in eraseValue()
283 BlockCache.erase(BB); in eraseBlock()
319 auto OI = BlockCache.find_as(ToUpdate); in threadEdgeImpl()
320 if (OI == BlockCache.end() || OI->second->OverDefined.empty()) in threadEdgeImpl()