Home
last modified time | relevance | path

Searched refs:updateStatistics (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DPruneUnprofitable.cpp43 static void updateStatistics(Scop &S, bool Pruned) { in updateStatistics() function
73 updateStatistics(S, true); in runPruneUnprofitable()
75 updateStatistics(S, false); in runPruneUnprofitable()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp51 void MachineRegionInfo::updateStatistics(MachineRegion *R) { in updateStatistics() function in MachineRegionInfo
70 updateStatistics(TopLevelRegion); in recalculate()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionInfo.cpp88 void RegionInfo::updateStatistics(Region *R) { in updateStatistics() function in RegionInfo
104 updateStatistics(TopLevelRegion); in recalculate()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h79 void updateStatistics(MachineRegion *R) final;
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionInfo.h793 virtual void updateStatistics(RegionT *R) = 0;
923 void updateStatistics(Region *R) final;
H A DRegionInfoImpl.h676 updateStatistics(region); in createRegion()