Home
last modified time | relevance | path

Searched refs:omp_target_stmt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple.h5775 const gomp_target *omp_target_stmt = as_a <const gomp_target *> (gs);
5776 return omp_target_stmt->clauses;
5785 gomp_target *omp_target_stmt = as_a <gomp_target *> (gs);
5786 return &omp_target_stmt->clauses;
5793 gimple_omp_target_set_clauses (gomp_target *omp_target_stmt,
5796 omp_target_stmt->clauses = clauses;
5823 gimple_omp_target_child_fn (const gomp_target *omp_target_stmt)
5825 return omp_target_stmt->child_fn;
5832 gimple_omp_target_child_fn_ptr (gomp_target *omp_target_stmt)
5834 return &omp_target_stmt->child_fn;
[all …]
HDgimple.c1898 gomp_target *omp_target_stmt = as_a <gomp_target *> (stmt); in gimple_copy() local
1900 t = unshare_expr (gimple_omp_target_clauses (omp_target_stmt)); in gimple_copy()
1902 t = unshare_expr (gimple_omp_target_data_arg (omp_target_stmt)); in gimple_copy()