HomeSort by: relevance | last modified time | path
    Searched refs:n2var (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 6573 tree n2var = NULL_TREE; local
6600 /* Compute in n2var the limit for the first innermost loop,
6604 n2var = create_tmp_var (type);
6832 t = n2var;
6995 if (i + 2 == fd->collapse && (n2var || altv))
7015 if (i + 2 == fd->collapse && n2var)
7021 vectorize that, so instead compute N2VAR as
7022 N2VAR = V + MIN (N2 - V, COUNTS3) and use
7023 for (V3 = N31; V < N2VAR; V++, V3 += STEP3)
7072 expand_omp_build_assign (&gsi, n2var, t)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 6478 tree n2var = NULL_TREE; local
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)
    [all...]

Completed in 25 milliseconds