Searched refs:HotThreshold (Results 1 – 5 of 5) sorted by relevance
39 uint64_t HotThreshold, uint64_t ColdThreshold) in CSPreInliner() argument41 HotCountThreshold(HotThreshold), ColdCountThreshold(ColdThreshold) {} in CSPreInliner()
70 CSPreInliner(StringMap<FunctionSamples> &Profiles, uint64_t HotThreshold,
1128 uint64_t HotThreshold) { in getFuncSampleStats() argument1133 if (Sample >= HotThreshold) in getFuncSampleStats()1139 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()1146 uint64_t HotThreshold) { in isFunctionHot() argument1149 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()1256 uint64_t HotThreshold) const;1360 StringMap<FuncSampleStats> &HotFunc, uint64_t HotThreshold) const { in getHotFunctions()1362 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
1876 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions() local1877 if (HotThreshold) in annotateAllFunctions()1879 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
3275 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold() local3276 if (HotThreshold != UINT64_MAX) { in initDupThreshold()3278 DupThreshold = HotThreshold * TailDupProfilePercentThreshold / 100; in initDupThreshold()