Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.h10 u64 SerializeToRawProfile(MIBMapTy &BlockCache, MemoryMappingLayoutBase &Layout,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp172 BlockCache; member in __anond0a273e30211::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()
[all …]