Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfo.h551 void clearNodeCache();
871 void clearNodeCache() {
873 TopLevelRegion->clearNodeCache();
H A DRegionInfoImpl.h532 void RegionBase<Tr>::clearNodeCache() { in clearNodeCache() function
535 R->clearNodeCache(); in clearNodeCache()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DRegionPass.cpp145 RI->clearNodeCache(); in runOnFunction()