Home
last modified time | relevance | path

Searched refs:gimple_build_omp_for (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog.gimple-classes404 (gimple_build_omp_for): Likewise.
502 (gimple_build_omp_for): Likewise.
2841 * gimple.h (gimple_build_omp_for): Return a gimple_omp_for rather
2853 * gimple.c (gimple_build_omp_for): Return a gimple_omp_for rather
Dgimple.cc943 gimple_build_omp_for (gimple_seq body, int kind, tree clauses, size_t collapse, in gimple_build_omp_for() function
Dtree-parloops.cc2903 for_stmt = gimple_build_omp_for (NULL, in create_parallel_loop()
Dgimple.h1558 gomp_for *gimple_build_omp_for (gimple_seq, int, tree, size_t, gimple_seq);
Dtree-inline.cc1646 copy = gimple_build_omp_for (s1, gimple_omp_for_kind (stmt), in remap_gimple_stmt()
DChangeLog.tuples1126 * gimple.c (gimple_alloc_stat, gimple_build_omp_for,
5675 (gimple_build_omp_for): Rename from build_gimple_omp_for.
7242 (build_gimple_omp_for): Rename from gimple_build_omp_for.
Dgimplify.cc13226 gfor = gimple_build_omp_for (for_body, kind, OMP_FOR_CLAUSES (orig_for_stmt), in gimplify_omp_for()
13417 = gimple_build_omp_for (g, GF_OMP_FOR_KIND_TASKLOOP, outer_for_clauses, in gimplify_omp_for()
DChangeLog-20142183 gimple_build_omp_for, gimple_build_omp_parallel,
4538 (gimple_build_omp_for): Strengthen return type from gimple to
4757 (gimple_build_omp_for): Return a gomp_for *.
38229 * gimple.c (gimple_build_omp_for): Adjust.
38322 * gimple.c (gimple_build_omp_for): Likewise.
41495 (gimple_build_omp_for): Likewise.
DChangeLog-20137122 (gimple_build_omp_for): Likewise. Also, convert allocation of iter
21378 (gimple_build_omp_for): Add argument to prototype.
21433 gimple_build_omp_for.
21436 gimple_build_omp_for.
DChangeLog-201027236 (gimple_build_omp_for): Likewise.
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dgimple.texi1861 @deftypefn {GIMPLE function} gomp_for *gimple_build_omp_for (gimple_seq body, @
Dgccint.info14774 -- GIMPLE function: gomp_for *gimple_build_omp_for (gimple_seq body,
50587 * *gimple_build_omp_for: GIMPLE_OMP_FOR. (line 6)