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

Declarations

include/llvm/Transforms/IPO/PassManagerBuilder.h
  217   void populateLTOPassManager(legacy::PassManagerBase &PM);

References

lib/LTO/LTOBackend.cpp
  296     PMB.populateLTOPassManager(passes);
lib/LTO/LTOCodeGenerator.cpp
  575   PMB.populateLTOPassManager(passes);
lib/Transforms/IPO/PassManagerBuilder.cpp
 1135   Builder->populateLTOPassManager(*LPM);
tools/bugpoint/bugpoint.cpp
  213     Builder.populateLTOPassManager(PM);
tools/opt/opt.cpp
  443   Builder.populateLTOPassManager(PM);