Searched refs:updateOverlapStatsForFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1950 void updateOverlapStatsForFunction(uint64_t BaseSample, uint64_t TestSample, 2072 void SampleOverlapAggregator::updateOverlapStatsForFunction( in updateOverlapStatsForFunction() function in SampleOverlapAggregator 2102 updateOverlapStatsForFunction(FuncStats.SampleSum, 0, in updateForUnmatchedCallee() 2107 updateOverlapStatsForFunction(0, FuncStats.SampleSum, in updateForUnmatchedCallee() 2139 updateOverlapStatsForFunction(BaseSample, TestSample, 1, FuncOverlap, in computeSampleFunctionInternalOverlap()
|