Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2048 SampleOverlapStats HotFuncOverlap; member in __anon209d874b1311::SampleOverlapAggregator
2212 HotFuncOverlap.BaseCount = BaseHotFunc.size(); in computeHotFuncOverlap()
2216 HotFuncOverlap.TestCount = TestHotFunc.size(); in computeHotFuncOverlap()
2217 HotFuncOverlap.UnionCount = HotFuncOverlap.TestCount; in computeHotFuncOverlap()
2221 ++HotFuncOverlap.OverlapCount; in computeHotFuncOverlap()
2223 ++HotFuncOverlap.UnionCount; in computeHotFuncOverlap()
2678 assert(HotFuncOverlap.UnionCount > 0 && in dumpHotFuncAndBlockOverlap()
2681 << format("%.3f%%", static_cast<double>(HotFuncOverlap.OverlapCount) / in dumpHotFuncAndBlockOverlap()
2682 HotFuncOverlap.UnionCount * 100) in dumpHotFuncAndBlockOverlap()
2684 OS << " overlap hot functions: " << HotFuncOverlap.OverlapCount << "\n"; in dumpHotFuncAndBlockOverlap()
[all …]