Lines Matching refs:gimple_seq
224 collect_finally_tree_1 (gimple_seq seq, gtry *region) in collect_finally_tree_1()
314 static gimple_seq eh_seq;
333 gimple_seq repl_stmt;
375 gimple_seq top_p_seq;
411 static gimple_seq lower_eh_must_not_throw (struct leh_state *, gtry *);
418 static void lower_eh_constructs_1 (struct leh_state *state, gimple_seq *seq);
420 static gimple_seq
464 gimple_seq new_seq; in replace_goto_queue_cond_clause()
491 static void replace_goto_queue_stmt_list (gimple_seq *, struct leh_tf_state *);
497 gimple_seq seq; in replace_goto_queue_1()
557 replace_goto_queue_stmt_list (gimple_seq *seq, struct leh_tf_state *tf) in replace_goto_queue_stmt_list()
738 do_return_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod) in do_return_redirection()
775 do_goto_redirection (struct goto_queue_node *q, tree finlab, gimple_seq mod, in do_goto_redirection()
795 emit_post_landing_pad (gimple_seq *seq, eh_region region) in emit_post_landing_pad()
813 emit_resx (gimple_seq *seq, eh_region region) in emit_resx()
861 static gimple_seq
865 gimple_seq cleanup, result; in frob_into_branch_around()
895 static gimple_seq
896 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state, in lower_try_finally_dup_block()
900 gimple_seq new_seq; in lower_try_finally_dup_block()
955 get_eh_else (gimple_seq finally) in get_eh_else()
991 gimple_seq finally = gimple_try_cleanup (tf->top_p); in honor_protect_cleanup_actions()
1072 gimple_seq finally; in lower_try_finally_nofallthru()
1138 gimple_seq finally; in lower_try_finally_onedest()
1236 gimple_seq finally; in lower_try_finally_copy()
1237 gimple_seq new_stmt; in lower_try_finally_copy()
1238 gimple_seq seq; in lower_try_finally_copy()
1372 gimple_seq switch_body = NULL; in lower_try_finally_switch()
1377 gimple_seq finally; in lower_try_finally_switch()
1492 gimple_seq mod = NULL; in lower_try_finally_switch()
1578 decide_copy_try_finally (int ndests, bool may_throw, gimple_seq finally) in decide_copy_try_finally()
1659 static gimple_seq
1665 gimple_seq old_eh_seq; in lower_try_finally()
1754 gimple_seq new_eh_seq = eh_seq; in lower_try_finally()
1767 static gimple_seq
1774 gimple_seq new_seq, cleanup; in lower_catch()
1804 gimple_seq old_eh_seq = eh_seq; in lower_catch()
1815 gimple_seq handler; in lower_catch()
1849 gimple_seq new_eh_seq = eh_seq; in lower_catch()
1851 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label); in lower_catch()
1860 static gimple_seq
1866 gimple_seq new_seq; in lower_eh_filter()
1908 static gimple_seq
1942 static gimple_seq
1948 gimple_seq result; in lower_cleanup()
2003 gimple_seq replace; in lower_eh_constructs_2()
2157 lower_eh_constructs_1 (struct leh_state *state, gimple_seq *pseq) in lower_eh_constructs_1()
2195 gimple_seq bodyp; in execute()
3152 same_handler_p (gimple_seq oneh, gimple_seq twoh) in same_handler_p()
3201 gimple_seq cleanup; in optimize_double_finally()
3215 gimple_seq seq = gimple_try_eval (oneh); in optimize_double_finally()
3229 refactor_eh_r (gimple_seq seq) in refactor_eh_r()
3611 gimple_seq *sunk = NULL, bool *found_opportunity = NULL)
3978 gimple_seq *sunk = XCNEWVEC (gimple_seq, last_basic_block_for_fn (fun)); in execute()