Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1036 struct FuncSampleStats { struct
1040 FuncSampleStats() : SampleSum(0), MaxSample(0), HotBlockCount(0) {} in FuncSampleStats() argument
1041 FuncSampleStats(uint64_t SampleSum, uint64_t MaxSample, in FuncSampleStats() function
1127 FuncSampleStats &FuncStats, in getFuncSampleStats()
1145 static bool isFunctionHot(const FuncSampleStats &FuncStats, in isFunctionHot()
1214 StringMap<FuncSampleStats> BaseStats;
1215 StringMap<FuncSampleStats> TestStats;
1254 void getHotFunctions(const StringMap<FuncSampleStats> &ProfStats,
1255 StringMap<FuncSampleStats> &HotFunc,
1359 const StringMap<FuncSampleStats> &ProfStats, in getHotFunctions()
[all …]