Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DRegionInfo.h553 void clearNodeCache();
874 void clearNodeCache() {
876 TopLevelRegion->clearNodeCache();
H A DRegionInfoImpl.h533 void RegionBase<Tr>::clearNodeCache() { in clearNodeCache() function
536 R->clearNodeCache(); in clearNodeCache()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DRegionPass.cpp152 RI->clearNodeCache(); in runOnFunction()