Lines Matching defs:PTO
33 PipelineTuningOptions PTO = PipelineTuningOptions())
35 AAPipeline(AAPipeline), PTO(PTO) {}
40 PipelineTuningOptions PTO;
58 PassBuilder PB(Machine, PassOpts->PTO, std::nullopt, &PIC);
140 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving;
145 unwrap(Options)->PTO.LoopVectorization = LoopVectorization;
150 unwrap(Options)->PTO.SLPVectorization = SLPVectorization;
155 unwrap(Options)->PTO.LoopUnrolling = LoopUnrolling;
160 unwrap(Options)->PTO.ForgetAllSCEVInLoopUnroll = ForgetAllSCEVInLoopUnroll;
165 unwrap(Options)->PTO.LicmMssaOptCap = LicmMssaOptCap;
170 unwrap(Options)->PTO.LicmMssaNoAccForPromotionCap =
176 unwrap(Options)->PTO.CallGraphProfile = CallGraphProfile;
181 unwrap(Options)->PTO.MergeFunctions = MergeFunctions;
186 unwrap(Options)->PTO.InlinerThreshold = Threshold;