Searched refs:LoopInterleaving (Results 1 – 5 of 5) sorted by relevance
139 LLVMPassBuilderOptionsRef Options, LLVMBool LoopInterleaving) { in LLVMPassBuilderOptionsSetLoopInterleaving() argument140 unwrap(Options)->PTO.LoopInterleaving = LoopInterleaving; in LLVMPassBuilderOptionsSetLoopInterleaving()
311 LoopInterleaving = true; in PipelineTuningOptions()1302 LoopVectorizeOptions(!PTO.LoopInterleaving, !PTO.LoopVectorization))); in addVectorPasses()
99 LLVMBool LoopInterleaving);
51 bool LoopInterleaving; variable
902 PTO.LoopInterleaving = CodeGenOpts.UnrollLoops; in RunOptimizationPipeline()1343 Conf.PTO.LoopInterleaving = CGOpts.UnrollLoops; in runThinLTOBackend()