Searched refs:body_seq (Results 1 – 6 of 6) sorted by relevance
1062 else if (rtx_sequence *body_seq = dyn_cast <rtx_sequence *> (body)) in shorten_branches() local1067 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()
821 gimple_seq body_seq; in gimple_add_tmp_var() local825 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()
22748 (shorten_branches): Likewise, introducing local "body_seq".
1075 else if (rtx_sequence *body_seq = dyn_cast <rtx_sequence *> (body)) in shorten_branches() local1080 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()
816 gimple_seq body_seq; in gimple_add_tmp_var() local820 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()
2315 (finish_bc_block): Change return type to void. Remove body_seq