Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1251 void updateHotBlockOverlap(uint64_t BaseSample, uint64_t TestSample,
1341 void SampleOverlapAggregator::updateHotBlockOverlap(uint64_t BaseSample, in updateHotBlockOverlap() function in SampleOverlapAggregator
1404 updateHotBlockOverlap(BaseSample, TestSample, HotBlockCount); in updateOverlapStatsForFunction()
1614 updateHotBlockOverlap(0, FuncStats.SampleSum, FuncStats.HotBlockCount); in computeSampleProfileOverlap()
1685 updateHotBlockOverlap(FuncStats.SampleSum, 0, FuncStats.HotBlockCount); in computeSampleProfileOverlap()