Searched refs:join_seq (Results 1 – 1 of 1) sorted by relevance
4927 gimple_seq *join_seq, omp_context *ctx) in lower_oacc_reductions() argument5127 gimple_seq_add_seq (join_seq, before_join); in lower_oacc_reductions()5129 gimple_seq_add_stmt (join_seq, join); in lower_oacc_reductions()5130 gimple_seq_add_seq (join_seq, after_join); in lower_oacc_reductions()5806 gimple_seq join_seq = NULL; in lower_oacc_head_tail() local5826 &join_seq); in lower_oacc_head_tail()5829 fork, join, &fork_seq, &join_seq, ctx); in lower_oacc_head_tail()5834 gimple_seq_add_seq (&join_seq, *tail); in lower_oacc_head_tail()5835 *tail = join_seq; in lower_oacc_head_tail()8577 gimple_seq join_seq = NULL; in lower_omp_target() local[all …]