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

References

include/llvm/Analysis/ProfileSummaryInfo.h
  150     return HotCountThreshold ? HotCountThreshold.getValue() : 0;
  150     return HotCountThreshold ? HotCountThreshold.getValue() : 0;
lib/Analysis/ProfileSummaryInfo.cpp
  245   HotCountThreshold = HotEntry.MinCount;
  247     HotCountThreshold = ProfileSummaryHotCount;
  253   assert(ColdCountThreshold <= HotCountThreshold &&
  289   if (!HotCountThreshold)
  291   return HotCountThreshold && C >= HotCountThreshold.getValue();
  291   return HotCountThreshold && C >= HotCountThreshold.getValue();
  306   if (!HotCountThreshold)
  308   return HotCountThreshold ? HotCountThreshold.getValue() : UINT64_MAX;
  308   return HotCountThreshold ? HotCountThreshold.getValue() : UINT64_MAX;