Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp282 LoopInterleaving = true; in PipelineTuningOptions()
1207 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h69 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h93 bool LoopInterleaving; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1268 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in EmitAssemblyWithNewPassManager()
1552 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()