Lines Matching refs:leh_state
344 struct leh_state
379 struct leh_state *outer;
412 static gimple_seq lower_eh_must_not_throw (struct leh_state *, gtry *);
419 static void lower_eh_constructs_1 (struct leh_state *state, gimple_seq *seq);
665 maybe_record_in_goto_queue (struct leh_state *state, gimple *stmt)
712 verify_norecord_switch_expr (struct leh_state *state,
897 lower_try_finally_dup_block (gimple_seq seq, struct leh_state *outer_state,
983 honor_protect_cleanup_actions (struct leh_state *outer_state,
984 struct leh_state *this_state,
1062 lower_try_finally_nofallthru (struct leh_state *state,
1128 lower_try_finally_onedest (struct leh_state *state, struct leh_tf_state *tf)
1230 lower_try_finally_copy (struct leh_state *state, struct leh_tf_state *tf)
1360 lower_try_finally_switch (struct leh_state *state, struct leh_tf_state *tf)
1635 cleanup_is_dead_in (leh_state *state)
1656 lower_try_finally (struct leh_state *state, gtry *tp)
1659 struct leh_state this_state;
1764 lower_catch (struct leh_state *state, gtry *tp)
1767 struct leh_state this_state = *state;
1857 lower_eh_filter (struct leh_state *state, gtry *tp)
1859 struct leh_state this_state = *state;
1905 lower_eh_must_not_throw (struct leh_state *state, gtry *tp)
1907 struct leh_state this_state = *state;
1939 lower_cleanup (struct leh_state *state, gtry *tp)
1941 struct leh_state this_state = *state;
1997 lower_eh_constructs_2 (struct leh_state *state, gimple_stmt_iterator *gsi)
2150 lower_eh_constructs_1 (struct leh_state *state, gimple_seq *pseq)
2187 struct leh_state null_state;