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

References

lib/ProfileData/ProfileSummaryBuilder.cpp
   50     if (FS.getHeadSamples() > MaxFunctionCount)
   51       MaxFunctionCount = FS.getHeadSamples();
   98       MaxFunctionCount, NumCounts, NumFunctions);
  105       MaxInternalBlockCount, MaxFunctionCount, NumCounts, NumFunctions);
  111   if (Count > MaxFunctionCount)
  112     MaxFunctionCount = Count;