Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DRegionInfo.h551 void clearNodeCache();
871 void clearNodeCache() {
873 TopLevelRegion->clearNodeCache();
H A DRegionInfoImpl.h518 void RegionBase<Tr>::clearNodeCache() { in clearNodeCache() function
521 R->clearNodeCache(); in clearNodeCache()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DRegionPass.cpp147 RI->clearNodeCache(); in runOnFunction()