Lines Matching refs:n2var
6478 tree n2var = NULL_TREE;
6505 /* Compute in n2var the limit for the first innermost loop,
6509 n2var = create_tmp_var (type);
6740 t = n2var;
6906 if (i + 2 == fd->collapse && (n2var || altv))
6926 if (i + 2 == fd->collapse && n2var)
6932 vectorize that, so instead compute N2VAR as
6933 N2VAR = V + MIN (N2 - V, COUNTS3) and use
6934 for (V3 = N31; V < N2VAR; V++, V3 += STEP3)
6983 expand_omp_build_assign (&gsi, n2var, t);