Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp557 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 DInstrProfWriter.cpp196 OverlapStats &Overlap, in overlapRecord()
197 OverlapStats &FuncLevelOverlap, in overlapRecord()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h146 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap,
147 OverlapStats &FuncLevelOverlap,
H A DInstrProf.h645 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 Dllvm-profdata.cpp218 OverlapStats &Overlap, in overlapInput()
232 OverlapStats FuncOverlap(OverlapStats::FunctionLevel); in overlapInput()
1080 OverlapStats Overlap; in overlapInstrProfile()