Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc1062 else if (rtx_sequence *body_seq = dyn_cast <rtx_sequence *> (body)) in shorten_branches() local
1067 const_delay_slots = const_num_delay_slots (body_seq->insn (0)); in shorten_branches()
1076 for (i = 0; i < body_seq->len (); i++) in shorten_branches()
1078 rtx_insn *inner_insn = body_seq->insn (i); in shorten_branches()
H A Dgimplify.cc821 gimple_seq body_seq; in gimple_add_tmp_var() local
825 body_seq = gimple_body (current_function_decl); in gimple_add_tmp_var()
826 declare_vars (tmp, gimple_seq_first_stmt (body_seq), false); in gimple_add_tmp_var()
H A DChangeLog-201422748 (shorten_branches): Likewise, introducing local "body_seq".
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c1075 else if (rtx_sequence *body_seq = dyn_cast <rtx_sequence *> (body)) in shorten_branches() local
1080 const_delay_slots = const_num_delay_slots (body_seq->insn (0)); in shorten_branches()
1089 for (i = 0; i < body_seq->len (); i++) in shorten_branches()
1091 rtx_insn *inner_insn = body_seq->insn (i); in shorten_branches()
H A Dgimplify.c816 gimple_seq body_seq; in gimple_add_tmp_var() local
820 body_seq = gimple_body (current_function_decl); in gimple_add_tmp_var()
821 declare_vars (tmp, gimple_seq_first_stmt (body_seq), false); in gimple_add_tmp_var()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20122315 (finish_bc_block): Change return type to void. Remove body_seq