Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1397 StringMap<FuncSampleStats> TestHotFunc; in computeHotFuncOverlap() local
1398 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1399 HotFuncOverlap.TestCount = TestHotFunc.size(); in computeHotFuncOverlap()
1403 if (TestHotFunc.count(F.first())) in computeHotFuncOverlap()