Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1240 StringMap<FuncSampleStats> TestStats; member in __anon4e4d357f0c11::SampleOverlapAggregator
1398 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1627 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
1630 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()
1634 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()
1679 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
1682 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()
1746 TestStats.try_emplace(I.second.getNameWithContext(), FuncStats); in initializeSampleProfileOverlap()