Home
last modified time | relevance | path

Searched refs:eh_else (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc992 if (geh_else *eh_else = get_eh_else (finally)) in honor_protect_cleanup_actions() local
994 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() local
1090 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() local
1144 eh_else = get_eh_else (finally); in lower_try_finally_onedest()
[all …]
H A Dtree-cfg.cc5156 geh_else *eh_else = as_a <geh_else *> (stmt); in verify_gimple_in_seq_2() local
5157 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()
H A DChangeLog.gimple-classes3415 (honor_protect_cleanup_actions): Convert local "eh_else" from
3418 (lower_try_finally_onedest): Introduce locals "eh_else" and
3421 (lower_try_finally_copy): Convert local "eh_else" from gimple to
H A DChangeLog-2015262 * tree-eh.c (honor_protect_cleanup_actions): Do not wrap eh_else
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c997 if (geh_else *eh_else = get_eh_else (finally)) in honor_protect_cleanup_actions() local
999 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
1000 finally = gimple_eh_else_e_body (eh_else); in honor_protect_cleanup_actions()
1071 geh_else *eh_else; in lower_try_finally_nofallthru() local
1095 eh_else = get_eh_else (finally); in lower_try_finally_nofallthru()
1096 if (eh_else) in lower_try_finally_nofallthru()
1098 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_nofallthru()
1104 finally = gimple_eh_else_e_body (eh_else); in lower_try_finally_nofallthru()
1135 geh_else *eh_else; in lower_try_finally_onedest() local
1149 eh_else = get_eh_else (finally); in lower_try_finally_onedest()
[all …]
H A Dtree-cfg.c5098 geh_else *eh_else = as_a <geh_else *> (stmt); in verify_gimple_in_seq_2() local
5099 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else)); in verify_gimple_in_seq_2()
5100 err |= verify_gimple_in_seq_2 (gimple_eh_else_e_body (eh_else)); in verify_gimple_in_seq_2()