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

References

include/llvm/Transforms/Utils/SizeOpts.h
   50       PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf,
   69       PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf,
lib/Analysis/ProfileSummaryInfo.cpp
  110   if (hasSampleProfile()) {
  151   if (hasSampleProfile()) {
  180   if (hasSampleProfile()) {
  205   if (hasSampleProfile()) {
  349   return hasSampleProfile() && CS.getCaller()->hasProfileData();
unittests/Analysis/ProfileSummaryInfoTest.cpp
  104   EXPECT_FALSE(PSI.hasSampleProfile());
  209   EXPECT_TRUE(PSI.hasSampleProfile());