Lines Matching refs:collect_finally_tree_1
225 collect_finally_tree_1 (gimple_seq seq, gtry *region)
250 collect_finally_tree_1 (gimple_try_eval (stmt),
252 collect_finally_tree_1 (gimple_try_cleanup (stmt), region);
256 collect_finally_tree_1 (gimple_try_eval (stmt), region);
257 collect_finally_tree_1 (gimple_try_cleanup (stmt), region);
262 collect_finally_tree_1 (gimple_catch_handler (
268 collect_finally_tree_1 (gimple_eh_filter_failure (stmt), region);
274 collect_finally_tree_1 (gimple_eh_else_n_body (eh_else_stmt), region);
275 collect_finally_tree_1 (gimple_eh_else_e_body (eh_else_stmt), region);
919 collect_finally_tree_1 (new_seq, region);
2198 collect_finally_tree_1 (bodyp, NULL);