Home
last modified time | relevance | path

Searched refs:LoopInterleaving (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilderBindings.cpp98 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument
99 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
HDPassBuilderPipelines.cpp313 LoopInterleaving = true; in PipelineTuningOptions()
1234 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm-c/Transforms/
HDPassBuilder.h76 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Passes/
HDPassBuilder.h51 bool LoopInterleaving; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDBackendUtil.cpp852 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in RunOptimizationPipeline()
1236 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()