Searched refs:updateOverlapStatsForFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 1288 void updateOverlapStatsForFunction(uint64_t BaseSample, uint64_t TestSample, 1410 void SampleOverlapAggregator::updateOverlapStatsForFunction( in updateOverlapStatsForFunction() function in SampleOverlapAggregator 1440 updateOverlapStatsForFunction(FuncStats.SampleSum, 0, in updateForUnmatchedCallee() 1445 updateOverlapStatsForFunction(0, FuncStats.SampleSum, in updateForUnmatchedCallee() 1477 updateOverlapStatsForFunction(BaseSample, TestSample, 1, FuncOverlap, in computeSampleFunctionInternalOverlap()
|