Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilderBindings.cpp97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument
98 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
H A DPassBuilder.cpp281 LoopInterleaving = true; in PipelineTuningOptions()
1198 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h69 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
H A DPassBuilder.h93 bool LoopInterleaving; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp1260 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in EmitAssemblyWithNewPassManager()
1545 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()