Searched refs:HotThreshold (Results 1 – 4 of 4) sorted by relevance
1228 uint64_t HotThreshold) { in getFuncSampleStats() argument1233 if (Sample >= HotThreshold) in getFuncSampleStats()1239 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()1246 uint64_t HotThreshold) { in isFunctionHot() argument1249 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()1359 uint64_t HotThreshold) const;1463 uint64_t HotThreshold) const { in getHotFunctions()1465 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
1828 uint64_t HotThreshold = PSI->getHotCountThreshold(); in annotateAllFunctions() local1829 if (HotThreshold) in annotateAllFunctions()1831 ProfileCount(HotThreshold * MultiplyFactor, Function::PCT_Real)); in annotateAllFunctions()
3310 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold() local3311 if (HotThreshold != UINT64_MAX) { in initDupThreshold()3313 DupThreshold = HotThreshold * TailDupProfilePercentThreshold / 100; in initDupThreshold()
1549 const uint64_t HotThreshold = in runOnFunctions() local1553 if (!HotSeen && BB->getKnownExecutionCount() > HotThreshold) { in runOnFunctions()