Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1902 FuncSampleStatsMap TestStats; member in __anon4d4e49c11211::SampleOverlapAggregator
2060 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2290 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
2293 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()
2298 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()
2344 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
2347 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()
2409 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()