Searched refs:updateOverlapStatsForFunction (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 1263 void updateOverlapStatsForFunction(uint64_t BaseSample, uint64_t TestSample, 1385 void SampleOverlapAggregator::updateOverlapStatsForFunction( in updateOverlapStatsForFunction() function in SampleOverlapAggregator 1415 updateOverlapStatsForFunction(FuncStats.SampleSum, 0, in updateForUnmatchedCallee() 1420 updateOverlapStatsForFunction(0, FuncStats.SampleSum, in updateForUnmatchedCallee() 1452 updateOverlapStatsForFunction(BaseSample, TestSample, 1, FuncOverlap, in computeSampleFunctionInternalOverlap()
|