Searched refs:replace_goto_queue_stmt_list (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-eh.cc | 491 static void replace_goto_queue_stmt_list (gimple_seq *, struct leh_tf_state *); 525 replace_goto_queue_stmt_list (gimple_try_eval_ptr (stmt), tf); in replace_goto_queue_1() 526 replace_goto_queue_stmt_list (gimple_try_cleanup_ptr (stmt), tf); in replace_goto_queue_1() 529 replace_goto_queue_stmt_list (gimple_catch_handler_ptr ( in replace_goto_queue_1() 534 replace_goto_queue_stmt_list (gimple_eh_filter_failure_ptr (stmt), tf); in replace_goto_queue_1() 539 replace_goto_queue_stmt_list (gimple_eh_else_n_body_ptr (eh_else_stmt), in replace_goto_queue_1() 541 replace_goto_queue_stmt_list (gimple_eh_else_e_body_ptr (eh_else_stmt), 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() function 572 replace_goto_queue_stmt_list (&tf->top_p_seq, tf); in replace_goto_queue() 573 replace_goto_queue_stmt_list (&eh_seq, tf); in replace_goto_queue()
|
H A D | ChangeLog-2012 | 26287 (replace_goto_queue_stmt_list): Ditto. 26288 (replace_goto_queue_1): Adjust calls to replace_goto_queue_stmt_list.
|
H A D | ChangeLog.tree-ssa | 5478 (replace_goto_queue_stmt_list): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-eh.c | 491 static void replace_goto_queue_stmt_list (gimple_seq *, struct leh_tf_state *); 525 replace_goto_queue_stmt_list (gimple_try_eval_ptr (stmt), tf); in replace_goto_queue_1() 526 replace_goto_queue_stmt_list (gimple_try_cleanup_ptr (stmt), tf); in replace_goto_queue_1() 529 replace_goto_queue_stmt_list (gimple_catch_handler_ptr ( in replace_goto_queue_1() 534 replace_goto_queue_stmt_list (gimple_eh_filter_failure_ptr (stmt), tf); in replace_goto_queue_1() 539 replace_goto_queue_stmt_list (gimple_eh_else_n_body_ptr (eh_else_stmt), in replace_goto_queue_1() 541 replace_goto_queue_stmt_list (gimple_eh_else_e_body_ptr (eh_else_stmt), 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() function 572 replace_goto_queue_stmt_list (&tf->top_p_seq, tf); in replace_goto_queue() 573 replace_goto_queue_stmt_list (&eh_seq, tf); in replace_goto_queue()
|