Searched refs:eh_else (Results 1 – 4 of 4) sorted by relevance
992 if (geh_else *eh_else = get_eh_else (finally)) in honor_protect_cleanup_actions() local994 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()995 finally = gimple_eh_else_e_body (eh_else); in honor_protect_cleanup_actions()1066 geh_else *eh_else; in lower_try_finally_nofallthru() local1090 eh_else = get_eh_else (finally); in lower_try_finally_nofallthru()1091 if (eh_else) in lower_try_finally_nofallthru()1093 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_nofallthru()1099 finally = gimple_eh_else_e_body (eh_else); in lower_try_finally_nofallthru()1130 geh_else *eh_else; in lower_try_finally_onedest() local1144 eh_else = get_eh_else (finally); in lower_try_finally_onedest()[all …]
5156 geh_else *eh_else = as_a <geh_else *> (stmt); in verify_gimple_in_seq_2() local5157 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else)); in verify_gimple_in_seq_2()5158 err |= verify_gimple_in_seq_2 (gimple_eh_else_e_body (eh_else)); in verify_gimple_in_seq_2()
3415 (honor_protect_cleanup_actions): Convert local "eh_else" from3418 (lower_try_finally_onedest): Introduce locals "eh_else" and3421 (lower_try_finally_copy): Convert local "eh_else" from gimple to
262 * tree-eh.c (honor_protect_cleanup_actions): Do not wrap eh_else