Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple.h6101 const gomp_target *omp_target_stmt = as_a <const gomp_target *> (gs);
6102 return omp_target_stmt->clauses;
6111 gomp_target *omp_target_stmt = as_a <gomp_target *> (gs);
6112 return &omp_target_stmt->clauses;
6119 gimple_omp_target_set_clauses (gomp_target *omp_target_stmt,
6122 omp_target_stmt->clauses = clauses;
6149 gimple_omp_target_child_fn (const gomp_target *omp_target_stmt)
6151 return omp_target_stmt->child_fn;
6158 gimple_omp_target_child_fn_ptr (gomp_target *omp_target_stmt)
6160 return &omp_target_stmt->child_fn;
[all …]
Dgimple.cc2086 gomp_target *omp_target_stmt = as_a <gomp_target *> (stmt); in gimple_copy() local
2088 t = unshare_expr (gimple_omp_target_clauses (omp_target_stmt)); in gimple_copy()
2090 t = unshare_expr (gimple_omp_target_data_arg (omp_target_stmt)); in gimple_copy()