Searched refs:VectorizeLoop (Results 1 – 4 of 4) sorted by relevance
828 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()1163 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
308 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
10367 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local10373 VectorizeLoop = false; in processLoop()10413 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()10426 } else if (!VectorizeLoop && InterleaveLoop) { in processLoop()10433 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()10441 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()10451 if (!VectorizeLoop) { in processLoop()
5571 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;