Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h551 void clearNodeCache();
871 void clearNodeCache() {
873 TopLevelRegion->clearNodeCache();
H A DRegionInfoImpl.h509 void RegionBase<Tr>::clearNodeCache() { in clearNodeCache() function
512 R->clearNodeCache(); in clearNodeCache()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp147 RI->clearNodeCache(); in runOnFunction()