Searched refs:new_body (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Domp-low.c10045 gimple_seq ilist, dlist, olist, new_body;
10056 new_body = gimple_omp_body (stmt);
10058 tgsi = gsi_start (new_body);
10087 bind = gimple_build_bind (NULL, new_body, block);
10102 new_body = NULL;
10103 gimple_seq_add_seq (&new_body, ilist);
10104 gimple_seq_add_stmt (&new_body, stmt);
10105 gimple_seq_add_stmt (&new_body, gimple_build_omp_sections_switch ());
10106 gimple_seq_add_stmt (&new_body, bind);
10111 gimple_seq_add_stmt (&new_body,
10043 gimple_seq ilist, dlist, olist, new_body; local
11115 gimple_seq par_body, olist, ilist, par_olist, par_rlist, par_ilist, new_body; local
11242 gimple_seq tgt_body, olist, ilist, orlist, irlist, new_body; local
[all...]
H A Dreload1.c3273 rtx new_body;
3340 new_body = old_body;
3343 new_body = copy_insn (old_body);
3347 PATTERN (insn) = new_body;
3455 new_body = old_body;
3458 new_body = copy_insn (old_body);
3462 PATTERN (insn) = new_body;
3581 new_body = old_body;
3584 new_body = copy_insn (old_body);
3588 PATTERN (insn) = new_body;
3257 rtx new_body; local
[all...]
H A Dtree-inline.c813 gimple_seq new_body = NULL; local
818 gimple_seq_add_seq (&new_body, new_stmts);
821 return new_body;
833 gimple_seq body, new_body; local
838 new_body = remap_gimple_seq (body, id);
850 new_bind = gimple_build_bind (new_vars, new_body, new_block);
H A Dgimplify.c1196 gimple_seq new_body;
1198 new_body = NULL;
1203 gimplify_seq_add_stmt (&new_body, stack_save);
1204 gimplify_seq_add_stmt (&new_body, gs);
1205 gimple_bind_set_body (bind_stmt, new_body);
1194 gimple_seq new_body; local
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c8830 char *new_body, *text;
8835 new_body = (char *)xmalloc (1 + new_body_size);
8846 new_body[new_body_index++] = body[i++];
8893 new_body = xrealloc (new_body, new_body_size);
8898 strcpy (new_body + new_body_index, text);
8905 new_body[new_body_index] = 0;
8906 return (new_body);
8810 char *new_body, *text; local
/haiku-buildtools/legacy/gcc/gcc/
H A Dreload1.c3293 rtx new_body;
3431 new_body = eliminate_regs (old_body, 0, replace ? insn : NULL_RTX);
3432 if (new_body != old_body)
3442 new_body = copy_rtx (new_body);
3451 && (GET_CODE (new_body) != SET
3452 || GET_CODE (SET_SRC (new_body)) != REG))
3464 if (! validate_change (insn, &PATTERN (insn), new_body, 0))
3468 PATTERN (insn) = new_body;
3471 PATTERN (insn) = new_body;
3278 rtx new_body; local
[all...]

Completed in 311 milliseconds