Lines Matching defs:PTO
882 PipelineTuningOptions PTO;
883 PTO.LoopUnrolling = CodeGenOpts.UnrollLoops;
886 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops;
887 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop;
888 PTO.SLPVectorization = CodeGenOpts.VectorizeSLP;
889 PTO.MergeFunctions = CodeGenOpts.MergeFunctions;
892 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS;
893 PTO.UnifiedLTO = CodeGenOpts.UnifiedLTO;
910 PassBuilder PB(TM.get(), PTO, PGOOpt, &PIC);
1307 Conf.PTO.LoopUnrolling = CGOpts.UnrollLoops;
1310 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops;
1311 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop;
1312 Conf.PTO.SLPVectorization = CGOpts.VectorizeSLP;
1315 Conf.PTO.CallGraphProfile = !CGOpts.DisableIntegratedAS;