Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp651 OverlapStats &Overlap, in overlap()
652 OverlapStats &FuncLevelOverlap) { in overlap()
662 Score += OverlapStats::score(I->Count, J->Count, in overlap()
665 FuncLevelScore += OverlapStats::score( in overlap()
682 OverlapStats &Overlap, in overlapValueProfData()
699 OverlapStats &FuncLevelOverlap, in overlap()
730 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
740 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
1369 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts()
1407 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) { in addOneUnique()
[all …]
H A DInstrProfWriter.cpp208 OverlapStats &Overlap, in overlapRecord()
209 OverlapStats &FuncLevelOverlap, in overlapRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h613 struct OverlapStats { struct
630 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument
689 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap);
787 void overlap(InstrProfRecord &Other, OverlapStats &Overlap,
788 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff);
792 OverlapStats &Overlap,
793 OverlapStats &FuncLevelOverlap);
H A DInstrProfWriter.h176 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
177 OverlapStats &FuncLevelOverlap,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp590 OverlapStats &Overlap, in overlapInput()
606 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
1668 OverlapStats Overlap; in overlapInstrProfile()