Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1318 FuncSampleStatsMap TestStats; member in __anon73ab2c7b0d11::SampleOverlapAggregator
1476 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1706 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
1709 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()
1714 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()
1760 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
1763 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()
1825 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()