Searched refs:gimple_build_omp_parallel (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.gimple-classes | 32 (gimple_build_omp_parallel): Likewise. 403 (gimple_build_omp_parallel): Likewise. 481 (gimple_build_omp_parallel): Likewise. 2804 * gimple.c (gimple_build_omp_parallel): Return a 2809 * gimple.h (gimple_build_omp_parallel): Return a
|
H A D | gimple.cc | 969 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_parallel() function
|
H A D | tree-parloops.cc | 2774 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data); in create_parallel_loop()
|
H A D | gimple.h | 1559 gomp_parallel *gimple_build_omp_parallel (gimple_seq, tree, tree, tree);
|
H A D | tree-inline.cc | 1623 copy = gimple_build_omp_parallel in remap_gimple_stmt()
|
H A D | ChangeLog.tuples | 5673 (gimple_build_omp_parallel): Rename from 7241 (build_gimple_omp_parallel): Rename from gimple_build_omp_parallel.
|
H A D | gimplify.cc | 12232 g = gimple_build_omp_parallel (body, in gimplify_omp_parallel()
|
H A D | ChangeLog-2014 | 2183 gimple_build_omp_for, gimple_build_omp_parallel, 4540 (gimple_build_omp_parallel): Strengthen return type from gimple to 4758 (gimple_build_omp_parallel): Return a gomp_parallel *.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 966 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_parallel() function
|
H A D | tree-parloops.c | 2774 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data); in create_parallel_loop()
|
H A D | gimple.h | 1557 gomp_parallel *gimple_build_omp_parallel (gimple_seq, tree, tree, tree);
|
H A D | tree-inline.c | 1605 copy = gimple_build_omp_parallel in remap_gimple_stmt()
|
H A D | gimplify.c | 10975 g = gimple_build_omp_parallel (body, in gimplify_omp_parallel()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | gimple.texi | 1978 @deftypefn {GIMPLE function} gomp_parallel *gimple_build_omp_parallel (@
|
H A D | gccint.info | 14879 -- GIMPLE function: gomp_parallel *gimple_build_omp_parallel 50588 * *gimple_build_omp_parallel: GIMPLE_OMP_PARALLEL.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | gimple.texi | 1986 @deftypefn {GIMPLE function} gomp_parallel *gimple_build_omp_parallel (@
|
H A D | gccint.info | 14468 -- GIMPLE function: gomp_parallel *gimple_build_omp_parallel 48902 * *gimple_build_omp_parallel: GIMPLE_OMP_PARALLEL.
|