Home
last modified time | relevance | path

Searched refs:createLICMPass (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp373 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 DScalar.h134 Pass *createLICMPass();
135 Pass *createLICMPass(unsigned LicmMssaOptCap,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DCodegenCleanup.cpp82 FPM->add(createLICMPass()); in doInitialization()
100 FPM->add(createLICMPass()); in doInitialization()
/llvm-project-15.0.7/llvm/include/llvm/
H A DLinkAllPasses.h119 (void) llvm::createLICMPass(); in ForcePassLinking()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalar.cpp181 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
H A DLICM.cpp345 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 Dllvm_scalar_opts.mli69 (** See the [llvm::createLICMPass] function. *)
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp464 addPass(createLICMPass()); in addIRPasses()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp576 addPass(createLICMPass()); in addIRPasses()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp986 addPass(createLICMPass()); in addStraightLineScalarOptimizationPasses()