Home
last modified time | relevance | path

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

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