Searched refs:updateOverlapStatsForFunction (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 2009 void updateOverlapStatsForFunction(uint64_t BaseSample, uint64_t TestSample, 2131 void SampleOverlapAggregator::updateOverlapStatsForFunction( in updateOverlapStatsForFunction() function in SampleOverlapAggregator 2161 updateOverlapStatsForFunction(FuncStats.SampleSum, 0, in updateForUnmatchedCallee() 2166 updateOverlapStatsForFunction(0, FuncStats.SampleSum, in updateForUnmatchedCallee() 2198 updateOverlapStatsForFunction(BaseSample, TestSample, 1, FuncOverlap, in computeSampleFunctionInternalOverlap()
|