Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.h11 u64 SerializeToRawProfile(MIBMapTy &BlockCache, ArrayRef<LoadedModule> Modules,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp176 BlockCache; member in __anon6556ff8c0211::LazyValueInfoCache
181 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 …]