Searched refs:recv_tmp (Results 1 – 1 of 1) sorted by relevance
1054 tree recv_tmp = make_ssa_name (TREE_TYPE (receiver_decl)); in worker_single_copy() local1055 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()