Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp799 OverlapStats &Overlap, in overlap()
800 OverlapStats &FuncLevelOverlap) { in overlap()
810 Score += OverlapStats::score(I->Count, J->Count, in overlap()
813 FuncLevelScore += OverlapStats::score( in overlap()
830 OverlapStats &Overlap, in overlapValueProfData()
831 OverlapStats &FuncLevelOverlap) { in overlapValueProfData()
846 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap()
847 OverlapStats &FuncLevelOverlap, in overlap()
878 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
888 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
[all …]
H A DInstrProfWriter.cpp164 OverlapStats &Overlap, in overlapRecord()
165 OverlapStats &FuncLevelOverlap, in overlapRecord()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h807 struct OverlapStats { struct
824 OverlapStats(OverlapStatsLevel L = ProgramLevel) : Level(L) {} in Level() argument
881 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
967 LLVM_ABI void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
968 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff);
972 OverlapStats &Overlap,
973 OverlapStats &FuncLevelOverlap);
H A DInstrProfWriter.h221 OverlapStats &Overlap,
222 OverlapStats &FuncLevelOverlap,
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp669 OverlapStats &Overlap, in overlapInput()
685 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
1823 OverlapStats Overlap; in overlapInstrProfile()