Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp526 OverlapStats &Overlap, in overlap()
527 OverlapStats &FuncLevelOverlap) { in overlap()
537 Score += OverlapStats::score(I->Count, J->Count, in overlap()
540 FuncLevelScore += OverlapStats::score( in overlap()
557 OverlapStats &Overlap, in overlapValueProfData()
574 OverlapStats &FuncLevelOverlap, in overlap()
605 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
615 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
1177 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts()
1212 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) { in addOneUnique()
[all …]
H A DInstrProfWriter.cpp192 OverlapStats &Overlap, in overlapRecord()
193 OverlapStats &FuncLevelOverlap, in overlapRecord()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h111 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
112 OverlapStats &FuncLevelOverlap,
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);
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp211 OverlapStats &Overlap, in overlapInput()
225 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
1005 OverlapStats Overlap; in overlapInstrProfile()