Searched refs:fork_seq (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 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() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 7431 gimple_seq *fork_seq, gimple_seq *join_seq, in lower_oacc_reductions() argument 7563 gimplify_assign (var, build_fold_addr_expr (x), fork_seq); in lower_oacc_reductions() 7570 gimplify_assign (v1, var, fork_seq); in lower_oacc_reductions() 7571 gimplify_assign (v2, var, fork_seq); in lower_oacc_reductions() 7572 gimplify_assign (v3, var, fork_seq); in lower_oacc_reductions() 7638 gimple_seq_add_seq (fork_seq, before_fork); in lower_oacc_reductions() 7640 gimple_seq_add_stmt (fork_seq, private_marker); in lower_oacc_reductions() 7642 gimple_seq_add_stmt (fork_seq, fork); in lower_oacc_reductions() 7643 gimple_seq_add_seq (fork_seq, after_fork); in lower_oacc_reductions() 8443 gimple_seq fork_seq = NULL; in lower_oacc_head_tail() local [all …]
|