Searched refs:BlockCache (Results 1 – 2 of 2) sorted by relevance
11 u64 SerializeToRawProfile(MIBMapTy &BlockCache, ArrayRef<LoadedModule> Modules,
176 BlockCache; member in __anon6556ff8c0211::LazyValueInfoCache181 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()[all …]