Searched refs:OverlapStats (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 526 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 D | InstrProfWriter.cpp | 192 OverlapStats &Overlap, in overlapRecord() 193 OverlapStats &FuncLevelOverlap, in overlapRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 111 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap, 112 OverlapStats &FuncLevelOverlap,
|
| H A D | InstrProf.h | 611 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 D | llvm-profdata.cpp | 211 OverlapStats &Overlap, in overlapInput() 225 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput() 1005 OverlapStats Overlap; in overlapInstrProfile()
|