Searched refs:VectorizeLoop (Results 1 – 4 of 4) sorted by relevance
768 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()1088 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
303 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
10247 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local10253 VectorizeLoop = false; in processLoop()10293 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()10306 } else if (!VectorizeLoop && InterleaveLoop) { in processLoop()10313 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()10321 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()10331 if (!VectorizeLoop) { in processLoop()
5423 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;