Searched refs:createLICMPass (Results 1 – 10 of 10) sorted by relevance
134 Pass *createLICMPass();135 Pass *createLICMPass(unsigned LicmMssaOptCap,
441 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()445 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()506 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addFunctionSimplificationPasses()565 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addVectorPasses()630 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addVectorPasses()871 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in populateModulePassManager()1101 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap)); in addLTOOptimizationPasses()
125 (void) llvm::createLICMPass(); in ForcePassLinking()
185 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
309 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } in INITIALIZE_PASS_DEPENDENCY()310 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap, in createLICMPass() function in llvm
69 (** See the [llvm::createLICMPass] function. *)
444 addPass(createLICMPass()); in addIRPasses()
507 addPass(createLICMPass()); in addIRPasses()
836 addPass(createLICMPass()); in addStraightLineScalarOptimizationPasses()
340 PM.add(createLICMPass()); in addGeneralOptsForMemorySanitizer()