Home
last modified time | relevance | path

Searched refs:gimple_eh_else_n_body (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-eh.c268 collect_finally_tree_1 (gimple_eh_else_n_body (stmt), region); in collect_finally_tree()
523 replace_goto_queue_stmt_list (gimple_eh_else_n_body (stmt), tf); in replace_goto_queue_1()
974 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
1051 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_nofallthru()
1104 finally = gimple_eh_else_n_body (x); in lower_try_finally_onedest()
1187 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_copy()
1387 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_switch()
1534 finally = gimple_eh_else_n_body (eh_else); in decide_copy_try_finally()
2935 refactor_eh_r (gimple_eh_else_n_body (one)); in refactor_eh_r()
HDgimple-low.c406 lower_sequence (gimple_eh_else_n_body (stmt), data); in lower_stmt()
752 return (gimple_seq_may_fallthru (gimple_eh_else_n_body (stmt)) in gimple_stmt_may_fallthru()
HDgimple-pretty-print.c1015 gimple_eh_else_n_body (gs), gimple_eh_else_e_body (gs)); in dump_gimple_eh_else()
1019 gimple_eh_else_n_body (gs), gimple_eh_else_e_body (gs)); in dump_gimple_eh_else()
HDgimple.c1835 ret = walk_gimple_seq (gimple_eh_else_n_body (stmt), in walk_gimple_stmt()
2319 new_seq = gimple_seq_copy (gimple_eh_else_n_body (stmt)); in gimple_copy()
HDgimple.h3250 gimple_eh_else_n_body (gimple gs) in gimple_eh_else_n_body() function
HDtree-cfg.c4353 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (stmt)); in verify_gimple_in_seq_2()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-eh.c273 collect_finally_tree_1 (gimple_eh_else_n_body (eh_else_stmt), region); in collect_finally_tree()
1001 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
1097 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_nofallthru()
1154 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_onedest()
1249 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_copy()
1452 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_switch()
1588 finally = gimple_eh_else_n_body (eh_else); in decide_copy_try_finally()
3200 refactor_eh_r (gimple_eh_else_n_body (eh_else_stmt)); in refactor_eh_r()
HDgimple-low.c657 return (gimple_seq_may_fallthru (gimple_eh_else_n_body (eh_else_stmt)) in gimple_stmt_may_fallthru()
HDgimple-pretty-print.c1298 gimple_eh_else_n_body (gs), gimple_eh_else_e_body (gs)); in dump_gimple_eh_else()
1302 gimple_eh_else_n_body (gs), gimple_eh_else_e_body (gs)); in dump_gimple_eh_else()
HDgimple.c1795 new_seq = gimple_seq_copy (gimple_eh_else_n_body (eh_else_stmt)); in gimple_copy()
HDgimple.h4136 gimple_eh_else_n_body (geh_else *eh_else_stmt)
HDtree-cfg.c5197 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else)); in verify_gimple_in_seq_2()