reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ProfileData/InstrProf.cpp
  556   bool Mismatch = (Counts.size() != Other.Counts.size());
  562       uint32_t OtherNumValueSites = Other.getNumValueSites(Kind);
  576     overlapValueProfData(Kind, Other, Overlap, FuncLevelOverlap);
  581   for (size_t I = 0, E = Other.Counts.size(); I < E; ++I) {
  582     Score += OverlapStats::score(Counts[I], Other.Counts[I],
  584     MaxCount = std::max(Other.Counts[I], MaxCount);
  591     for (size_t I = 0, E = Other.Counts.size(); I < E; ++I)
  592       FuncScore += OverlapStats::score(Counts[I], Other.Counts[I],
  596     FuncLevelOverlap.Overlap.NumEntries = Other.Counts.size();