Searched refs:OverlapStats (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 503 OverlapStats &Overlap, in overlap() 504 OverlapStats &FuncLevelOverlap) { in overlap() 514 Score += OverlapStats::score(I->Count, J->Count, in overlap() 517 FuncLevelScore += OverlapStats::score( in overlap() 534 OverlapStats &Overlap, in overlapValueProfData() 535 OverlapStats &FuncLevelOverlap) { in overlapValueProfData() 550 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, in overlap() 551 OverlapStats &FuncLevelOverlap, in overlap() 582 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap() 592 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap() [all …]
|
D | InstrProfWriter.cpp | 191 OverlapStats &Overlap, in overlapRecord() 192 OverlapStats &FuncLevelOverlap, in overlapRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 605 struct OverlapStats { struct 622 OverlapStats(OverlapStatsLevel L = ProgramLevel) argument 681 OverlapStats &Overlap, OverlapStats &FuncLevelOverlap); 774 void overlap(InstrProfRecord &Other, OverlapStats &Overlap, 775 OverlapStats &FuncLevelOverlap, uint64_t ValueCutoff); 779 OverlapStats &Overlap, 780 OverlapStats &FuncLevelOverlap);
|
D | InstrProfWriter.h | 105 void overlapRecord(NamedInstrProfRecord &&Other, OverlapStats &Overlap, 106 OverlapStats &FuncLevelOverlap,
|