Home | History | Annotate | Download | only in gcc

Lines Matching defs:asgn

280 	  gimple *asgn = gimple_build_assign (pred, code,
289 gsi_insert_before (&gsi, asgn, GSI_SAME_STMT);
292 edge e = split_block (block, asgn);
1048 gimple *asgn = gimple_build_assign (receiver_decl, conv_tmp);
1049 gsi_insert_after (&start, asgn, GSI_NEW_STMT);
1050 update_stmt (asgn);
1055 asgn = gimple_build_assign (recv_tmp, receiver_decl);
1056 gsi_insert_after (&start, asgn, GSI_NEW_STMT);
1057 update_stmt (asgn);
1169 gassign *asgn = gimple_build_assign (var, neutered_def);
1170 gsi_insert_after (&copyout_gsi, asgn, GSI_CONTINUE_LINKING);
1171 update_stmt (asgn);