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

  /src/external/gpl3/gcc.old/dist/gcc/
omp-general.h 74 int first_nonrect, last_nonrect; member in struct:omp_for_data
omp-expand.cc 1762 in the sub-nest with COUNT. Also, as counts[fd->last_nonrect]
1764 to fd->last_nonrect inclusive, i.e. the above COUNT multiplied
1829 && fd->last_nonrect == fd->first_nonrect + 1
1830 && !TYPE_UNSIGNED (TREE_TYPE (fd->loops[fd->last_nonrect].v)))
1965 if (fd->non_rect && i >= fd->first_nonrect && i <= fd->last_nonrect)
1979 gcc_assert (fd->last_nonrect != -1);
1981 counts[fd->last_nonrect] = create_tmp_reg (type, ".count");
1982 expand_omp_build_assign (gsi, counts[fd->last_nonrect],
1984 for (i = fd->first_nonrect + 1; i < fd->last_nonrect; i++)
1989 if (i == fd->last_nonrect
    [all...]
omp-general.cc 214 fd->last_nonrect = -1;
416 fd->last_nonrect = i;
444 fd->last_nonrect = i;
omp-low.cc 2205 && fd.last_nonrect == fd.first_nonrect + 1)
2206 if (tree v = gimple_omp_for_index (for_stmt, fd.last_nonrect))
10513 && fd->last_nonrect == fd->first_nonrect + 1)
10514 if (tree v = gimple_omp_for_index (fd->for_stmt, fd->last_nonrect))
11691 && fd.last_nonrect == fd.first_nonrect + 1
11693 if (tree v = gimple_omp_for_index (stmt, fd.last_nonrect))
  /src/external/gpl3/gcc/dist/gcc/
omp-general.h 76 int first_nonrect, last_nonrect; member in struct:omp_for_data
omp-expand.cc 1763 in the sub-nest with COUNT. Also, as counts[fd->last_nonrect]
1765 to fd->last_nonrect inclusive, i.e. the above COUNT multiplied
1830 && fd->last_nonrect == fd->first_nonrect + 1
1831 && !TYPE_UNSIGNED (TREE_TYPE (fd->loops[fd->last_nonrect].v)))
1966 if (fd->non_rect && i >= fd->first_nonrect && i <= fd->last_nonrect)
1980 gcc_assert (fd->last_nonrect != -1);
1982 counts[fd->last_nonrect] = create_tmp_reg (type, ".count");
1983 expand_omp_build_assign (gsi, counts[fd->last_nonrect],
1985 for (i = fd->first_nonrect + 1; i < fd->last_nonrect; i++)
1990 if (i == fd->last_nonrect
    [all...]
omp-general.cc 226 fd->last_nonrect = -1;
437 fd->last_nonrect = i;
465 fd->last_nonrect = i;
omp-low.cc 2246 && fd.last_nonrect == fd.first_nonrect + 1)
2247 if (tree v = gimple_omp_for_index (for_stmt, fd.last_nonrect))
10470 && fd->last_nonrect == fd->first_nonrect + 1)
10471 if (tree v = gimple_omp_for_index (fd->for_stmt, fd->last_nonrect))
11648 && fd.last_nonrect == fd.first_nonrect + 1
11650 if (tree v = gimple_omp_for_index (stmt, fd.last_nonrect))

Completed in 55 milliseconds