Searched refs:omp_par_stmt (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcgraphbuild.c331 if (gomp_parallel *omp_par_stmt = dyn_cast <gomp_parallel *> (stmt))
333 tree fn = gimple_omp_parallel_child_fn (omp_par_stmt);
H A Dgimple-walk.c377 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
378 ret = walk_tree (gimple_omp_parallel_clauses_ptr (omp_par_stmt),
382 ret = walk_tree (gimple_omp_parallel_child_fn_ptr (omp_par_stmt),
386 ret = walk_tree (gimple_omp_parallel_data_arg_ptr (omp_par_stmt),
H A Dgimple.c1933 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
1935 t = unshare_expr (gimple_omp_parallel_clauses (omp_par_stmt));
1937 t = unshare_expr (gimple_omp_parallel_child_fn (omp_par_stmt));
1939 t = unshare_expr (gimple_omp_parallel_data_arg (omp_par_stmt));
H A Dtree-parloops.c2743 gomp_parallel *omp_par_stmt; local
2774 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data);
2775 gimple_set_location (omp_par_stmt, loc);
2777 gsi_insert_after (&gsi, omp_par_stmt, GSI_NEW_STMT);
H A Dtree-inline.c1603 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
1604 s1 = remap_gimple_seq (gimple_omp_body (omp_par_stmt), id);
1607 gimple_omp_parallel_clauses (omp_par_stmt),
1608 gimple_omp_parallel_child_fn (omp_par_stmt),
1609 gimple_omp_parallel_data_arg (omp_par_stmt));
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcgraphbuild.cc331 if (gomp_parallel *omp_par_stmt = dyn_cast <gomp_parallel *> (stmt))
333 tree fn = gimple_omp_parallel_child_fn (omp_par_stmt);
H A Dgimple-walk.cc377 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
378 ret = walk_tree (gimple_omp_parallel_clauses_ptr (omp_par_stmt),
382 ret = walk_tree (gimple_omp_parallel_child_fn_ptr (omp_par_stmt),
386 ret = walk_tree (gimple_omp_parallel_data_arg_ptr (omp_par_stmt),
H A Dgimple.cc2012 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt);
2014 t = unshare_expr (gimple_omp_parallel_clauses (omp_par_stmt));
2016 t = unshare_expr (gimple_omp_parallel_child_fn (omp_par_stmt));
2018 t = unshare_expr (gimple_omp_parallel_data_arg (omp_par_stmt));
H A Dtree-parloops.cc2743 gomp_parallel *omp_par_stmt; local
2774 omp_par_stmt = gimple_build_omp_parallel (NULL, t, loop_fn, data);
2775 gimple_set_location (omp_par_stmt, loc);
2777 gsi_insert_after (&gsi, omp_par_stmt, GSI_NEW_STMT);
H A Dtree-inline.cc1620 gomp_parallel *omp_par_stmt = as_a <gomp_parallel *> (stmt); local
1621 s1 = remap_gimple_seq (gimple_omp_body (omp_par_stmt), id);
1624 gimple_omp_parallel_clauses (omp_par_stmt),
1625 gimple_omp_parallel_child_fn (omp_par_stmt),
1626 gimple_omp_parallel_data_arg (omp_par_stmt));

Completed in 250 milliseconds