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

References

lib/LTO/LTO.cpp
  137   AddUnsigned(Conf.OptLevel);
  924                                   isPrevailing, Conf.OptLevel > 0);
 1306   if (Conf.OptLevel > 0)
lib/LTO/LTOBackend.cpp
  286   PMB.OptLevel = Conf.OptLevel;
  308     runNewPMPasses(Conf, Mod, TM, Conf.OptLevel, IsThinLTO, ExportSummary,
lib/LTO/ThinLTOCodeGenerator.cpp
  333     Conf.OptLevel = OptLevel;
tools/clang/lib/CodeGen/BackendUtil.cpp
 1439   Conf.OptLevel = CGOpts.OptimizationLevel;
tools/gold/gold-plugin.cpp
  862   Conf.OptLevel = options::OptLevel;
tools/lld/COFF/LTO.cpp
   81   c.OptLevel = config->ltoo;
tools/lld/ELF/LTO.cpp
   91   c.OptLevel = config->ltoo;
tools/lld/wasm/LTO.cpp
   52   c.OptLevel = config->ltoo;
tools/llvm-lto2/llvm-lto2.cpp
  247   Conf.OptLevel = OptLevel - '0';