Lines Matching refs:fork_seq
6734 gcall *fork, gcall *join, gimple_seq *fork_seq, in lower_oacc_reductions() argument
6864 gimplify_assign (var, build_fold_addr_expr (x), fork_seq); in lower_oacc_reductions()
6871 gimplify_assign (v1, var, fork_seq); in lower_oacc_reductions()
6872 gimplify_assign (v2, var, fork_seq); in lower_oacc_reductions()
6873 gimplify_assign (v3, var, fork_seq); in lower_oacc_reductions()
6936 gimple_seq_add_seq (fork_seq, before_fork); in lower_oacc_reductions()
6938 gimple_seq_add_stmt (fork_seq, fork); in lower_oacc_reductions()
6939 gimple_seq_add_seq (fork_seq, after_fork); in lower_oacc_reductions()
7712 gimple_seq fork_seq = NULL; in lower_oacc_head_tail() local
7730 &fork_seq); in lower_oacc_head_tail()
7736 fork, join, &fork_seq, &join_seq, ctx); in lower_oacc_head_tail()
7739 gimple_seq_add_seq (head, fork_seq); in lower_oacc_head_tail()
12661 gimple_seq fork_seq = NULL; in lower_omp_target() local
12671 false, NULL, NULL, &fork_seq, &join_seq, ctx); in lower_omp_target()
12674 gimple_seq_add_seq (&new_body, fork_seq); in lower_omp_target()