Lines Matching refs:eh_seq

314 static gimple_seq eh_seq;  variable
573 replace_goto_queue_stmt_list (&eh_seq, tf); in replace_goto_queue()
872 emit_post_landing_pad (&eh_seq, region); in frob_into_branch_around()
882 gimple_seq_add_seq (&eh_seq, cleanup); in frob_into_branch_around()
1045 emit_post_landing_pad (&eh_seq, tf->region); in honor_protect_cleanup_actions()
1046 gimple_seq_add_seq (&eh_seq, finally); in honor_protect_cleanup_actions()
1048 emit_resx (&eh_seq, tf->region); in honor_protect_cleanup_actions()
1102 emit_post_landing_pad (&eh_seq, tf->region); in lower_try_finally_nofallthru()
1103 gimple_seq_add_seq (&eh_seq, finally); in lower_try_finally_nofallthru()
1113 emit_post_landing_pad (&eh_seq, tf->region); in lower_try_finally_nofallthru()
1117 gimple_seq_add_stmt (&eh_seq, x); in lower_try_finally_nofallthru()
1170 emit_post_landing_pad (&eh_seq, tf->region); in lower_try_finally_onedest()
1171 gimple_seq_add_seq (&eh_seq, finally); in lower_try_finally_onedest()
1172 emit_resx (&eh_seq, tf->region); in lower_try_finally_onedest()
1272 emit_post_landing_pad (&eh_seq, tf->region); in lower_try_finally_copy()
1273 gimple_seq_add_seq (&eh_seq, seq); in lower_try_finally_copy()
1274 emit_resx (&eh_seq, tf->region); in lower_try_finally_copy()
1443 emit_post_landing_pad (&eh_seq, tf->region); in lower_try_finally_switch()
1444 gimple_seq_add_seq (&eh_seq, finally); in lower_try_finally_switch()
1445 emit_resx (&eh_seq, tf->region); in lower_try_finally_switch()
1452 emit_post_landing_pad (&eh_seq, tf->region); in lower_try_finally_switch()
1456 gimple_seq_add_stmt (&eh_seq, x); in lower_try_finally_switch()
1460 gimple_seq_add_stmt (&eh_seq, x); in lower_try_finally_switch()
1469 gimple_seq_add_stmt (&eh_seq, x); in lower_try_finally_switch()
1470 emit_resx (&eh_seq, tf->region); in lower_try_finally_switch()
1683 old_eh_seq = eh_seq; in lower_try_finally()
1684 eh_seq = NULL; in lower_try_finally()
1745 if (eh_seq == NULL) in lower_try_finally()
1746 eh_seq = old_eh_seq; in lower_try_finally()
1749 gimple_seq new_eh_seq = eh_seq; in lower_try_finally()
1750 eh_seq = old_eh_seq; in lower_try_finally()
1751 gimple_seq_add_seq (&eh_seq, new_eh_seq); in lower_try_finally()
1799 gimple_seq old_eh_seq = eh_seq; in lower_catch()
1800 eh_seq = NULL; in lower_catch()
1844 gimple_seq new_eh_seq = eh_seq; in lower_catch()
1845 eh_seq = old_eh_seq; in lower_catch()
1847 gimple_seq_add_seq (&eh_seq, new_eh_seq); in lower_catch()
2205 gimple_seq_add_seq (&bodyp, eh_seq); in execute()
2214 eh_seq = NULL; in execute()