Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1961 FuncSampleStatsMap TestStats; member in __anon209d874b1211::SampleOverlapAggregator
2119 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
2349 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
2352 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()
2357 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()
2403 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
2406 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()
2468 TestStats.emplace(I.second.getContext(), FuncStats); in initializeSampleProfileOverlap()