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

References

lib/Analysis/ModuleSummaryAnalysis.cpp
  860   auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/CodeGen/CodeGenPrepare.cpp
  435       &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/IPO/HotColdSplitting.cpp
  671       &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/IPO/Inliner.cpp
  761   PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/IPO/PartialInlining.cpp
  367         &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/IPO/SampleProfile.cpp
 1766       &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/InstCombine/InstructionCombining.cpp
 3612       &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
 2079       getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  427       &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1681   auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/Scalar/ConstantHoisting.cpp
  156                    &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI());
lib/Transforms/Scalar/LoopLoadElimination.cpp
  644     auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();
lib/Transforms/Vectorize/LoopVectorize.cpp
 1612     auto *PSI = &getAnalysis<ProfileSummaryInfoWrapperPass>().getPSI();