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

References

lib/LTO/LTOBackend.cpp
  158   if (!Conf.SampleProfile.empty())
  159     PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping,
  159     PGOOpt = PGOOptions(Conf.SampleProfile, "", Conf.ProfileRemapping,
  161   else if (Conf.RunCSIRInstr) {
  162     PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping,
  162     PGOOpt = PGOOptions("", Conf.CSIRProfile, Conf.ProfileRemapping,
  164   } else if (!Conf.CSIRProfile.empty()) {
  165     PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping,
  165     PGOOpt = PGOOptions(Conf.CSIRProfile, "", Conf.ProfileRemapping,
  179   LoopAnalysisManager LAM(Conf.DebugPassManager);
  180   FunctionAnalysisManager FAM(Conf.DebugPassManager);
  181   CGSCCAnalysisManager CGAM(Conf.DebugPassManager);
  182   ModuleAnalysisManager MAM(Conf.DebugPassManager);
  194   ModulePassManager MPM(Conf.DebugPassManager);
  217     MPM = PB.buildThinLTODefaultPipeline(OL, Conf.DebugPassManager,
  220     MPM = PB.buildLTODefaultPipeline(OL, Conf.DebugPassManager, ExportSummary);