Searched refs:LoopInterleaving (Results 1 – 5 of 5) sorted by relevance
97 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument98 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
283 LoopInterleaving = true; in PipelineTuningOptions()1089 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
76 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving);
44 bool LoopInterleaving; variable
827 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in RunOptimizationPipeline()1162 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()