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

References

lib/Passes/PassBuilder.cpp
  664       !(FlattenedProfileUsed && Phase == ThinLTOPhase::PostLink);
  680   if (Phase == ThinLTOPhase::PostLink && !LoadSampleProfile)
  712                                         Phase == ThinLTOPhase::PreLink));
  718     if (Phase != ThinLTOPhase::PreLink)
  723       MPM.addPass(PGOIndirectCallPromotion(Phase == ThinLTOPhase::PostLink,
  761   if (PGOOpt && Phase != ThinLTOPhase::PostLink &&
  770   if (PGOOpt && Phase != ThinLTOPhase::PostLink &&
  803   if (Phase == ThinLTOPhase::PreLink && PGOOpt &&
  819       buildFunctionSimplificationPipeline(Level, Phase, DebugLogging)));