Searched refs:VectorizeLoop (Results 1 – 4 of 4) sorted by relevance
903 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()1344 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
10132 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local10138 VectorizeLoop = false; in processLoop()10174 if (!VectorizeLoop && InterleaveLoop && LVL.hasHistograms()) { in processLoop()10189 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()10204 if (!VectorizeLoop && InterleaveLoop) { in processLoop()10211 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()10219 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()10229 if (!VectorizeLoop) { in processLoop()
326 CODEGENOPT(VectorizeLoop , 1, 0, Benign) ///< Run loop vectorizer.
7658 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;