Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp1452 uint64_t HotThreshold) { in getFuncSampleStats() argument
1457 if (Sample >= HotThreshold) in getFuncSampleStats()
1463 getFuncSampleStats(F.second, FuncStats, HotThreshold); in getFuncSampleStats()
1470 uint64_t HotThreshold) { in isFunctionHot() argument
1473 return (FuncStats.MaxSample >= HotThreshold); in isFunctionHot()
1583 uint64_t HotThreshold) const;
1687 uint64_t HotThreshold) const { in getHotFunctions()
1689 if (isFunctionHot(F.second, HotThreshold)) in getHotFunctions()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp3322 uint64_t HotThreshold = PSI->getOrCompHotCountThreshold(); in initDupThreshold() local
3323 if (HotThreshold != UINT64_MAX) { in initDupThreshold()
3325 DupThreshold = HotThreshold * TailDupProfilePercentThreshold / 100; in initDupThreshold()