Searched defs:clearNodeCache (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionInfo.h460 void clearNodeCache();
673 /// @see Region::clearNodeCache()
674 void clearNodeCache() { function in class:llvm::RegionInfo
676 TopLevelRegion->clearNodeCache();
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h539 void clearNodeCache();
834 /// @see Region::clearNodeCache()
835 void clearNodeCache() { function in class:llvm::RegionInfoBase
837 TopLevelRegion->clearNodeCache();
H A DRegionInfoImpl.h516 void RegionBase<Tr>::clearNodeCache() { function in class:llvm::RegionBase
525 (*RI)->clearNodeCache();
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionInfo.cpp452 void Region::clearNodeCache() { function in class:Region
460 (*RI)->clearNodeCache();

Completed in 138 milliseconds