| InstrProf.cpp | 523 void InstrProfValueSiteRecord::overlap(InstrProfValueSiteRecord &Input, function in class:llvm::InstrProfValueSiteRecord 525 OverlapStats &Overlap, 537 Overlap.Base.ValueCounts[ValueKind], 538 Overlap.Test.ValueCounts[ValueKind]); 549 Overlap.Overlap.ValueCounts[ValueKind] += Score; 550 FuncLevelOverlap.Overlap.ValueCounts[ValueKind] += FuncLevelScore; 556 OverlapStats &Overlap, 568 ThisSiteRecords[I].overlap(OtherSiteRecords[I], ValueKind, Overlap, 572 void InstrProfRecord::overlap(InstrProfRecord &Other, OverlapStats &Overlap, function in class:llvm::InstrProfRecord [all...] |