Searched refs:createLICMPass (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PassManagerBuilder.cpp | 373 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 378 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 441 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addFunctionSimplificationPasses() 497 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addVectorPasses() 561 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in addVectorPasses() 712 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap, in populateModulePassManager()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/ |
| H A D | Scalar.h | 134 Pass *createLICMPass(); 135 Pass *createLICMPass(unsigned LicmMssaOptCap,
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | CodegenCleanup.cpp | 82 FPM->add(createLICMPass()); in doInitialization() 100 FPM->add(createLICMPass()); in doInitialization()
|
| /llvm-project-15.0.7/llvm/include/llvm/ |
| H A D | LinkAllPasses.h | 119 (void) llvm::createLICMPass(); in ForcePassLinking()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Scalar.cpp | 181 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
|
| H A D | LICM.cpp | 345 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } in INITIALIZE_PASS_DEPENDENCY() 346 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap, in createLICMPass() function in llvm
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/transforms/scalar_opts/ |
| H A D | llvm_scalar_opts.mli | 69 (** See the [llvm::createLICMPass] function. *)
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetMachine.cpp | 464 addPass(createLICMPass()); in addIRPasses()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetMachine.cpp | 576 addPass(createLICMPass()); in addIRPasses()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 986 addPass(createLICMPass()); in addStraightLineScalarOptimizationPasses()
|