Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1368 StringMap<FuncSampleStats> BaseHotFunc; in computeHotFuncOverlap() local
1369 getHotFunctions(BaseStats, BaseHotFunc, BaseHotThreshold); in computeHotFuncOverlap()
1370 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
1377 for (const auto &F : BaseHotFunc) { in computeHotFuncOverlap()