Searched refs:OverlapStats (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 557 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() 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() 1194 Error OverlapStats::accumulateCounts(const std::string &BaseFilename, in accumulateCounts() 1229 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) { in addOneUnique() [all …]
|
| H A D | InstrProfWriter.cpp | 196 OverlapStats &Overlap, in overlapRecord() 197 OverlapStats &FuncLevelOverlap, in overlapRecord()
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfWriter.h | 146 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap, 147 OverlapStats &FuncLevelOverlap,
|
| H A D | InstrProf.h | 645 struct OverlapStats { struct 662 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument 721 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap); 814 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, 815 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff); 819 OverlapStats &Overlap, 820 OverlapStats &FuncLevelOverlap);
|
| /llvm-project-15.0.7/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 218 OverlapStats &Overlap, in overlapInput() 232 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput() 1080 OverlapStats Overlap; in overlapInstrProfile()
|