Lines Matching refs:PTO
460 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline()
466 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildO1FunctionSimplificationPipeline()
490 /* OnlyWhenForced= */ !PTO.LoopUnrolling, in buildO1FunctionSimplificationPipeline()
491 PTO.ForgetAllSCEVInLoopUnroll)); in buildO1FunctionSimplificationPipeline()
641 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline()
649 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline()
681 /* OnlyWhenForced= */ !PTO.LoopUnrolling, in buildFunctionSimplificationPipeline()
682 PTO.ForgetAllSCEVInLoopUnroll)); in buildFunctionSimplificationPipeline()
748 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildFunctionSimplificationPipeline()
800 std::move(FPM), PTO.EagerlyInvalidateAnalyses)); in addPreInlinerPasses()
820 PTO.EagerlyInvalidateAnalyses)); in addPostPGOLoopRotation()
898 if (PTO.InlinerThreshold == -1) in buildInlinerPipeline()
901 IP = getInlineParams(PTO.InlinerThreshold); in buildInlinerPipeline()
969 PTO.EagerlyInvalidateAnalyses, /*NoRerun=*/true)); in buildInlinerPipeline()
1021 PTO.EagerlyInvalidateAnalyses)); in buildModuleInlinerPipeline()
1093 std::move(EarlyFPM), PTO.EagerlyInvalidateAnalyses)); in buildModuleSimplificationPipeline()
1157 PTO.EagerlyInvalidateAnalyses)); in buildModuleSimplificationPipeline()
1234 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
1247 if (EnableUnrollAndJam && PTO.LoopUnrolling) in addVectorPasses()
1251 Level.getSpeedupLevel(), /*OnlyWhenForced=*/!PTO.LoopUnrolling, in addVectorPasses()
1252 PTO.ForgetAllSCEVInLoopUnroll))); in addVectorPasses()
1283 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses()
1320 if (PTO.SLPVectorization) { in addVectorPasses()
1338 if (EnableUnrollAndJam && PTO.LoopUnrolling) { in addVectorPasses()
1343 Level.getSpeedupLevel(), /*OnlyWhenForced=*/!PTO.LoopUnrolling, in addVectorPasses()
1344 PTO.ForgetAllSCEVInLoopUnroll))); in addVectorPasses()
1366 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in addVectorPasses()
1446 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildModuleOptimizationPipeline()
1524 PTO.EagerlyInvalidateAnalyses)); in buildModuleOptimizationPipeline()
1550 if (PTO.MergeFunctions) in buildModuleOptimizationPipeline()
1553 if (PTO.CallGraphProfile && !LTOPreLink) in buildModuleOptimizationPipeline()
1796 CallSiteSplittingPass(), PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1875 PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1947 PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
1964 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap, in buildLTODefaultPipeline()
1990 /* OnlyWhenForced= */ !PTO.LoopUnrolling, in buildLTODefaultPipeline()
1991 PTO.ForgetAllSCEVInLoopUnroll)); in buildLTODefaultPipeline()
2008 PTO.EagerlyInvalidateAnalyses)); in buildLTODefaultPipeline()
2050 if (PTO.MergeFunctions) in buildLTODefaultPipeline()
2053 if (PTO.CallGraphProfile) in buildLTODefaultPipeline()
2104 if (PTO.MergeFunctions) in buildO0DefaultPipeline()