Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-oacc-neuter-broadcast.cc1054 tree recv_tmp = make_ssa_name (TREE_TYPE (receiver_decl)); in worker_single_copy() local
1055 asgn = gimple_build_assign (recv_tmp, receiver_decl); in worker_single_copy()
1059 gimple *cond = gimple_build_cond (EQ_EXPR, recv_tmp, zero_ptr, NULL_TREE, in worker_single_copy()
1078 cond = gimple_build_cond (NE_EXPR, recv_tmp, zero_ptr, NULL_TREE, NULL_TREE); in worker_single_copy()