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

References

lib/LTO/LTOBackend.cpp
  276   PMB.LibraryInfo = new TargetLibraryInfoImpl(Triple(TM->getTargetTriple()));
  277   PMB.Inliner = createFunctionInliningPass();
  278   PMB.ExportSummary = ExportSummary;
  279   PMB.ImportSummary = ImportSummary;
  282   PMB.VerifyInput = true;
  283   PMB.VerifyOutput = !Conf.DisableVerify;
  284   PMB.LoopVectorize = true;
  285   PMB.SLPVectorize = true;
  286   PMB.OptLevel = Conf.OptLevel;
  287   PMB.PGOSampleUse = Conf.SampleProfile;
  288   PMB.EnablePGOCSInstrGen = Conf.RunCSIRInstr;
  290     PMB.EnablePGOCSInstrUse = true;
  291     PMB.PGOInstrUse = Conf.CSIRProfile;
  294     PMB.populateThinLTOPassManager(passes);
  296     PMB.populateLTOPassManager(passes);