Searched refs:createLICMPass (Results 1 – 9 of 9) sorted by relevance
134 Pass *createLICMPass();135 Pass *createLICMPass(unsigned LicmMssaOptCap,
451 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()
125 (void) llvm::createLICMPass(); in ForcePassLinking()
186 unwrap(PM)->add(createLICMPass()); in LLVMAddLICMPass()
336 Pass *llvm::createLICMPass() { return new LegacyLICMPass(); } in INITIALIZE_PASS_DEPENDENCY()337 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap, in createLICMPass() function in llvm
446 addPass(createLICMPass()); in addIRPasses()
559 addPass(createLICMPass()); in addIRPasses()
993 addPass(createLICMPass()); in addStraightLineScalarOptimizationPasses()
349 PM.add(createLICMPass()); in addGeneralOptsForMemorySanitizer()