Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2059 FuncSampleStatsMap TestHotFunc; in computeHotFuncOverlap() local
2060 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2061 HotFuncOverlap.TestCount = TestHotFunc.size(); in computeHotFuncOverlap()
2065 if (TestHotFunc.count(F.first)) in computeHotFuncOverlap()