HomeSort by: relevance | last modified time | path
    Searched defs:PTO (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 303 PipelineTuningOptions PTO;
307 PTO.LoopUnrolling = !DisableLoopUnrolling;
308 PTO.Coroutines = Coroutines;
309 PassBuilder PB(TM, PTO, P, &PIC);
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp 30 PipelineTuningOptions PTO = PipelineTuningOptions())
31 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {}
35 PipelineTuningOptions PTO;
56 PassBuilder PB(Machine, PassOpts->PTO, None, &PIC);
98 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving;
103 unwrap(Options)->PTO.LoopVectorization = LoopVectorization;
108 unwrap(Options)->PTO.SLPVectorization = SLPVectorization;
113 unwrap(Options)->PTO.LoopUnrolling = LoopUnrolling;
118 unwrap(Options)->PTO.ForgetAllSCEVInLoopUnroll = ForgetAllSCEVInLoopUnroll
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
Config.h 184 PipelineTuningOptions PTO;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 141 PipelineTuningOptions PTO;
270 PipelineTuningOptions PTO = PipelineTuningOptions(),
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 1256 PipelineTuningOptions PTO;
1257 PTO.LoopUnrolling = CodeGenOpts.UnrollLoops;
1260 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops;
1261 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop;
1262 PTO.SLPVectorization = CodeGenOpts.VectorizeSLP;
1263 PTO.MergeFunctions = CodeGenOpts.MergeFunctions;
1266 PTO.CallGraphProfile = !CodeGenOpts.DisableIntegratedAS;
1267 PTO.Coroutines = LangOpts.Coroutines;
1283 PassBuilder PB(TM.get(), PTO, PGOOpt, &PIC);
1542 Conf.PTO.LoopUnrolling = CGOpts.UnrollLoops
    [all...]

Completed in 19 milliseconds