Searched refs:LoopInterleaving (Results 1 – 5 of 5) sorted by relevance
98 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument99 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
313 LoopInterleaving = true; in PipelineTuningOptions()1234 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
76 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
51 bool LoopInterleaving; variable
852 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in RunOptimizationPipeline()1236 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()