Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2114 FuncSampleStatsMap BaseHotFunc; in computeHotFuncOverlap() local
2115 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
2116 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
2123 for (const auto &F : BaseHotFunc) { in computeHotFuncOverlap()