Searched refs:VectorizeLoop (Results 1 – 4 of 4) sorted by relevance
821 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()1224 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
309 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
10042 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local10048 VectorizeLoop = false; in processLoop()10088 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()10101 } else if (!VectorizeLoop && InterleaveLoop) { in processLoop()10108 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()10116 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()10126 if (!VectorizeLoop) { in processLoop()
6927 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;