Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1220 uint64_t BaseHotThreshold; member in __anon611ca1760c11::SampleOverlapAggregator
1344 bool IsBaseHot = (BaseSample >= BaseHotThreshold); in updateHotBlockOverlap()
1369 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
1414 getFuncSampleStats(Func, FuncStats, BaseHotThreshold); in updateForUnmatchedCallee()
1710 getFuncSampleStats(I.second, FuncStats, BaseHotThreshold); in initializeSampleProfileOverlap()
1889 BaseHotThreshold = SummaryEntry.MinCount; in loadProfiles()