Lines Matching refs:PTO
299 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline()
305 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline()
330 /* OnlyWhenForced= */ !PTO.LoopUnrolling, in buildO1FunctionSimplificationPipeline()
331 PTO.ForgetAllSCEVInLoopUnroll)); in buildO1FunctionSimplificationPipeline()
481 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline()
488 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline()
515 /* OnlyWhenForced= */ !PTO.LoopUnrolling, in buildFunctionSimplificationPipeline()
516 PTO.ForgetAllSCEVInLoopUnroll)); in buildFunctionSimplificationPipeline()
586 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline()
645 std::move(FPM), PTO.EagerlyInvalidateAnalyses)); in addPGOInstrPasses()
673 PTO.EagerlyInvalidateAnalyses)); in addPGOInstrPasses()
782 PTO.EagerlyInvalidateAnalyses, EnableNoRerunSimplificationPipeline)); in buildInlinerPipeline()
824 PTO.EagerlyInvalidateAnalyses)); in buildModuleInlinerPipeline()
895 PTO.EagerlyInvalidateAnalyses)); in buildModuleSimplificationPipeline()
971 PTO.EagerlyInvalidateAnalyses)); in buildModuleSimplificationPipeline()
1010 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
1021 if (EnableUnrollAndJam && PTO.LoopUnrolling) in addVectorPasses()
1025 Level.getSpeedupLevel(), /*OnlyWhenForced=*/!PTO.LoopUnrolling, in addVectorPasses()
1026 PTO.ForgetAllSCEVInLoopUnroll))); in addVectorPasses()
1050 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses()
1089 if (PTO.SLPVectorization) { in addVectorPasses()
1107 if (EnableUnrollAndJam && PTO.LoopUnrolling) { in addVectorPasses()
1112 Level.getSpeedupLevel(), /*OnlyWhenForced=*/!PTO.LoopUnrolling, in addVectorPasses()
1113 PTO.ForgetAllSCEVInLoopUnroll))); in addVectorPasses()
1119 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses()
1262 PTO.EagerlyInvalidateAnalyses)); in buildModuleOptimizationPipeline()
1281 if (PTO.MergeFunctions) in buildModuleOptimizationPipeline()
1291 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
1527 CallSiteSplittingPass(), PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1607 PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1661 PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1676 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildLTODefaultPipeline()
1705 /* OnlyWhenForced= */ !PTO.LoopUnrolling, in buildLTODefaultPipeline()
1706 PTO.ForgetAllSCEVInLoopUnroll)); in buildLTODefaultPipeline()
1723 PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1750 if (PTO.MergeFunctions) in buildLTODefaultPipeline()
1753 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
1802 if (PTO.MergeFunctions) in buildO0DefaultPipeline()