Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DRegionInfo.h538 void clearNodeCache();
806 void clearNodeCache() {
808 TopLevelRegion->clearNodeCache();
DRegionInfoImpl.h517 void RegionBase<Tr>::clearNodeCache() { in clearNodeCache() function
526 (*RI)->clearNodeCache(); in clearNodeCache()
/external/llvm/lib/Analysis/
DRegionPass.cpp153 RI->clearNodeCache(); in runOnFunction()