Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp747 OverlapStats &Overlap, in overlap()
748 OverlapStats &FuncLevelOverlap) { in overlap()
758 Score += OverlapStats::score(I->Count, J->Count, in overlap()
761 FuncLevelScore += OverlapStats::score( in overlap()
778 OverlapStats &Overlap, in overlapValueProfData()
779 OverlapStats &FuncLevelOverlap) { in overlapValueProfData()
794 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap()
795 OverlapStats &FuncLevelOverlap, in overlap()
826 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
836 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
[all …]
H A DInstrProfWriter.cpp214 OverlapStats &Overlap, in overlapRecord()
215 OverlapStats &FuncLevelOverlap, in overlapRecord()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h746 struct OverlapStats { struct
763 OverlapStats(OverlapStatsLevel L = ProgramLevel) : Level(L) {} in Level() argument
819 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
904 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
905 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff);
909 OverlapStats &Overlap,
910 OverlapStats &FuncLevelOverlap);
H A DInstrProfWriter.h203 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
204 OverlapStats &FuncLevelOverlap,
/src/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp628 OverlapStats &Overlap, in overlapInput()
644 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
1727 OverlapStats Overlap; in overlapInstrProfile()