Home
last modified time | relevance | path

Searched refs:BlockCache (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp173 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()
[all …]