Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp557 OverlapStats &Overlap, in overlap()
558 OverlapStats &FuncLevelOverlap) { in overlap()
568 Score += OverlapStats::score(I->Count, J->Count, in overlap()
571 FuncLevelScore += OverlapStats::score( in overlap()
588 OverlapStats &Overlap, in overlapValueProfData()
589 OverlapStats &FuncLevelOverlap) { in overlapValueProfData()
604 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap()
605 OverlapStats &FuncLevelOverlap, in overlap()
636 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
646 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
[all …]
H A DInstrProfWriter.cpp197 OverlapStats &Overlap, in overlapRecord()
198 OverlapStats &FuncLevelOverlap, in overlapRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h650 struct OverlapStats { struct
667 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument
726 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
819 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
820 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff);
824 OverlapStats &Overlap,
825 OverlapStats &FuncLevelOverlap);
H A DInstrProfWriter.h153 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
154 OverlapStats &FuncLevelOverlap,
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp226 OverlapStats &Overlap, in overlapInput()
240 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
1304 OverlapStats Overlap; in overlapInstrProfile()