Searched refs:VectorizeLoop (Results 1 – 1 of 1) sorted by relevance
7747 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local7760 VectorizeLoop = false; in processLoop()7800 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()7813 } else if (!VectorizeLoop && InterleaveLoop) { in processLoop()7820 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()7828 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()7840 if (!VectorizeLoop) { in processLoop()