Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h71 void invalidateCache();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp270 void MappedBlockStream::invalidateCache() { CacheMap.shrink_and_clear(); }
271 void MappedBlockStream::invalidateCache() { CacheMap.shrink_and_clear(); } invalidateCache() function in MappedBlockStream
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp420 void invalidateCache() { in invalidateCache() function
976 EdgeIt.second->invalidateCache(); in mergeChains()