Lines Matching refs:join_seq
6735 gimple_seq *join_seq, omp_context *ctx) in lower_oacc_reductions() argument
6941 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()
6943 gimple_seq_add_stmt (join_seq, join); in lower_oacc_reductions()
6944 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()
7713 gimple_seq join_seq = NULL; in lower_oacc_head_tail() local
7733 &join_seq); in lower_oacc_head_tail()
7736 fork, join, &fork_seq, &join_seq, ctx); in lower_oacc_head_tail()
7741 gimple_seq_add_seq (&join_seq, *tail); in lower_oacc_head_tail()
7742 *tail = join_seq; in lower_oacc_head_tail()
12662 gimple_seq join_seq = NULL; in lower_omp_target() local
12671 false, NULL, NULL, &fork_seq, &join_seq, ctx); in lower_omp_target()
12676 gimple_seq_add_seq (&new_body, join_seq); in lower_omp_target()