Home
last modified time | relevance | path

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

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