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.cpp2210 FuncSampleStatsMap BaseHotFunc; in computeHotFuncOverlap() local
2211 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
2212 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
2219 for (const auto &F : BaseHotFunc) { in computeHotFuncOverlap()