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

References

include/llvm/Analysis/ProfileSummaryInfo.h
  154     return ColdCountThreshold ? ColdCountThreshold.getValue() : 0;
  154     return ColdCountThreshold ? ColdCountThreshold.getValue() : 0;
lib/Analysis/ProfileSummaryInfo.cpp
  250   ColdCountThreshold = ColdEntry.MinCount;
  252     ColdCountThreshold = ProfileSummaryColdCount;
  253   assert(ColdCountThreshold <= HotCountThreshold &&
  295   if (!ColdCountThreshold)
  297   return ColdCountThreshold && C <= ColdCountThreshold.getValue();
  297   return ColdCountThreshold && C <= ColdCountThreshold.getValue();
  312   if (!ColdCountThreshold)
  314   return ColdCountThreshold ? ColdCountThreshold.getValue() : 0;
  314   return ColdCountThreshold ? ColdCountThreshold.getValue() : 0;