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

References

lib/Transforms/IPO/PassManagerBuilder.cpp
  175     PrepareForThinLTO = EnablePrepareForThinLTO;
  473     if (PrepareForLTO || PrepareForThinLTO) {
  505       PrepareForThinLTO && !PGOSampleUse.empty();
  575   if (OptLevel > 1 && !PrepareForLTO && !PrepareForThinLTO)
  592   if (!(PrepareForLTO || PrepareForThinLTO))
  614   if (PrepareForThinLTO) {
  757   if (EnableHotColdSplit && !(PrepareForLTO || PrepareForThinLTO))
tools/clang/lib/CodeGen/BackendUtil.cpp
  588   PMBuilder.PrepareForThinLTO = CodeGenOpts.PrepareForThinLTO;