Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1215 StringMap<FuncSampleStats> TestStats; member in __anon611ca1760c11::SampleOverlapAggregator
1373 getHotFunctions(TestStats, TestHotFunc, TestHotThreshold); in computeHotFuncOverlap()
1602 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
1605 FuncOverlap.TestSample = TestStats[FuncOverlap.TestName].SampleSum; in computeSampleProfileOverlap()
1609 const FuncSampleStats &FuncStats = TestStats[FuncOverlap.TestName]; in computeSampleProfileOverlap()
1654 assert(TestStats.count(FuncOverlap.TestName) && in computeSampleProfileOverlap()
1657 if (TestStats[FuncOverlap.TestName].MaxSample >= FuncFilter.ValueCutoff || in computeSampleProfileOverlap()
1721 TestStats.try_emplace(I.second.getNameWithContext(), FuncStats); in initializeSampleProfileOverlap()