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

References

lib/IR/ProfileSummary.cpp
   71     getKeyValMD(Context, "ProfileFormat", KindStr[PSK]),
   72     getKeyValMD(Context, "TotalCount", getTotalCount()),
   73     getKeyValMD(Context, "MaxCount", getMaxCount()),
   74     getKeyValMD(Context, "MaxInternalCount", getMaxInternalCount()),
   75     getKeyValMD(Context, "MaxFunctionCount", getMaxFunctionCount()),
   76     getKeyValMD(Context, "NumCounts", getNumCounts()),
   77     getKeyValMD(Context, "NumFunctions", getNumFunctions()),
   78     getDetailedSummaryMD(Context),
   80   return MDTuple::get(Context, Components);