Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderBindings.cpp97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument
98 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
H A DPassBuilderPipelines.cpp283 LoopInterleaving = true; in PipelineTuningOptions()
1089 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h76 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
/openbsd-src/gnu/llvm/llvm/include/llvm/Passes/
H A DPassBuilder.h44 bool LoopInterleaving; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp827 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in RunOptimizationPipeline()
1162 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()