Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp525 OverlapStats &Overlap, in overlap()
526 OverlapStats &FuncLevelOverlap) { in overlap()
536 Score += OverlapStats::score(I->Count, J->Count, in overlap()
539 FuncLevelScore += OverlapStats::score( in overlap()
556 OverlapStats &Overlap, in overlapValueProfData()
557 OverlapStats &FuncLevelOverlap) { in overlapValueProfData()
572 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap()
573 OverlapStats &FuncLevelOverlap, in overlap()
604 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
614 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
[all …]
H A DInstrProfWriter.cpp192 OverlapStats &Overlap, in overlapRecord()
193 OverlapStats &FuncLevelOverlap, in overlapRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h611 struct OverlapStats { struct
628 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument
687 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
780 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
781 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff);
785 OverlapStats &Overlap,
786 OverlapStats &FuncLevelOverlap);
H A DInstrProfWriter.h111 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
112 OverlapStats &FuncLevelOverlap,
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp210 OverlapStats &Overlap, in overlapInput()
224 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
980 OverlapStats Overlap; in overlapInstrProfile()