Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2118 FuncSampleStatsMap TestHotFunc; in computeHotFuncOverlap() local
2119 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2120 HotFuncOverlap.TestCount = TestHotFunc.size(); in computeHotFuncOverlap()
2124 if (TestHotFunc.count(F.first)) in computeHotFuncOverlap()