Searched refs:body_seq (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dfinal.c1184 else if (rtx_sequence *body_seq = dyn_cast <rtx_sequence *> (body))
1189 const_delay_slots = const_num_delay_slots (body_seq->insn (0));
1198 for (i = 0; i < body_seq->len (); i++)
1200 rtx_insn *inner_insn = body_seq->insn (i);
H A Dgimplify.c721 gimple_seq body_seq; local
725 body_seq = gimple_body (current_function_decl);
726 declare_vars (tmp, gimple_seq_first_stmt (body_seq), false);

Completed in 378 milliseconds