Searched refs:gimple_build_omp_parallel (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-parloops.c | 1637 stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data); in create_parallel_loop()
|
H A D | gimple.h | 904 gimple gimple_build_omp_parallel (gimple_seq, tree, tree, tree);
|
H A D | gimple.c | 975 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_parallel() function
|
H A D | tree-inline.c | 1303 copy = gimple_build_omp_parallel in remap_gimple_stmt()
|
H A D | gimplify.c | 6261 g = gimple_build_omp_parallel (body, in gimplify_omp_parallel()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple.c | 952 gimple_build_omp_parallel (gimple_seq body, tree clauses, tree child_fn, in gimple_build_omp_parallel() function
|
H A D | tree-parloops.c | 2067 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data); in create_parallel_loop()
|
H A D | gimple.h | 1462 gomp_parallel *gimple_build_omp_parallel (gimple_seq, tree, tree, tree);
|
H A D | tree-inline.c | 1460 copy = gimple_build_omp_parallel in remap_gimple_stmt()
|
H A D | gimplify.c | 9564 g = gimple_build_omp_parallel (body, in gimplify_omp_parallel()
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | gimple.texi | 1781 @deftypefn {GIMPLE function} gimple gimple_build_omp_parallel (gimple_seq @
|