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

Declarations

include/llvm/LTO/legacy/LTOCodeGenerator.h
  163   bool optimize(bool DisableVerify, bool DisableInline, bool DisableGVNLoadPRE,

References

lib/LTO/LTOCodeGenerator.cpp
  321   if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
  331   if (!optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
tools/llvm-lto/llvm-lto.cpp
 1001     if (!CodeGen.optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,
tools/lto/lto.cpp
  434   return !unwrap(cg)->optimize(DisableVerify, DisableInline, DisableGVNLoadPRE,