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

References

include/llvm/ProfileData/InstrProf.h
  608   CountSumOrPercent Base;
  610   CountSumOrPercent Test;
  612   CountSumOrPercent Overlap;
  613   CountSumOrPercent Mismatch;
  614   CountSumOrPercent Unique;
  635   void addOneMismatch(const CountSumOrPercent &MismatchFunc);
  636   void addOneUnique(const CountSumOrPercent &UniqueFunc);
  771   void accumulateCounts(CountSumOrPercent &Sum) const;
include/llvm/ProfileData/InstrProfReader.h
   95   void accumulateCounts(CountSumOrPercent &Sum, bool IsCS);
lib/ProfileData/InstrProf.cpp
  481 void InstrProfRecord::accumulateCounts(CountSumOrPercent &Sum) const {
 1192 void OverlapStats::addOneMismatch(const CountSumOrPercent &MismatchFunc) {
 1202 void OverlapStats::addOneUnique(const CountSumOrPercent &UniqueFunc) {
lib/ProfileData/InstrProfReader.cpp
  910 void InstrProfReader::accumulateCounts(CountSumOrPercent &Sum, bool IsCS) {