Searched refs:VectorizeLoop (Results 1 – 4 of 4) sorted by relevance
853 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()1237 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
9852 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local9858 VectorizeLoop = false; in processLoop()9898 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()9911 } else if (!VectorizeLoop && InterleaveLoop) { in processLoop()9918 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()9926 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()9936 if (!VectorizeLoop) { in processLoop()
319 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
7239 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;