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

Declarations

include/llvm/Transforms/Scalar.h
  139 Pass *createLICMPass();

References

include/llvm/LinkAllPasses.h
  127       (void) llvm::createLICMPass();
lib/Target/AArch64/AArch64TargetMachine.cpp
  458     addPass(createLICMPass());
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  640   addPass(createLICMPass());
lib/Target/PowerPC/PPCTargetMachine.cpp
  423     addPass(createLICMPass());
lib/Transforms/Scalar/Scalar.cpp
  176   unwrap(PM)->add(createLICMPass());
tools/clang/lib/CodeGen/BackendUtil.cpp
  309     PM.add(createLICMPass());
tools/polly/lib/CodeGen/CodegenCleanup.cpp
   81     FPM->add(createLICMPass());
   99     FPM->add(createLICMPass());