Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DScalar.h134 Pass *createLICMPass();
135 Pass *createLICMPass(unsigned LicmMssaOptCap,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp451 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()
455 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()
519 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()
578 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addVectorPasses()
639 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addVectorPasses()
884 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in populateModulePassManager()
1118 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addLTOOptimizationPasses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A DLinkAllPasses.h125 (void) llvm::createLICMPass(); in ForcePassLinking()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalar.cpp186 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
H A DLICM.cpp336 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } in INITIALIZE_PASS_DEPENDENCY()
337 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap, in createLICMPass() function in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp446 addPass(createLICMPass()); in addIRPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp559 addPass(createLICMPass()); in addIRPasses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetMachine.cpp993 addPass(createLICMPass()); in addStraightLineScalarOptimizationPasses()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp349 PM.add(createLICMPass()); in addGeneralOptsForMemorySanitizer()