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

References

lib/Transforms/IPO/PassManagerBuilder.cpp
  168     PrepareForLTO = false;
  473     if (PrepareForLTO || PrepareForThinLTO) {
  575   if (OptLevel > 1 && !PrepareForLTO && !PrepareForThinLTO)
  592   if (!(PrepareForLTO || PrepareForThinLTO))
  757   if (EnableHotColdSplit && !(PrepareForLTO || PrepareForThinLTO))
  782   if (PrepareForLTO) {
tools/clang/lib/CodeGen/BackendUtil.cpp
  589   PMBuilder.PrepareForLTO = CodeGenOpts.PrepareForLTO;