Searched refs:createLICMPass (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | PassManagerBuilder.cpp | 141 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 146 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 192 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 275 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addVectorPasses()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/ |
| H A D | Scalar.h | 128 Pass *createLICMPass(); 129 Pass *createLICMPass(unsigned LicmMssaOptCap,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ |
| H A D | LinkAllPasses.h | 112 (void) llvm::createLICMPass(); in ForcePassLinking()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Scalar.cpp | 179 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
|
| H A D | LICM.cpp | 353 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } in INITIALIZE_PASS_DEPENDENCY() 354 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap, in createLICMPass() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/ |
| H A D | llvm_scalar_opts.mli | 69 (** See the [llvm::createLICMPass] function. *)
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 469 addPass(createLICMPass()); in addIRPasses()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 583 addPass(createLICMPass()); in addIRPasses()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 935 addPass(createLICMPass()); in addStraightLineScalarOptimizationPasses()
|