Searched refs:gimple_seq_may_fallthru (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimple-low.h24 extern bool gimple_seq_may_fallthru (gimple_seq);
H A Dgimple-low.c138 bool may_fallthru = gimple_seq_may_fallthru (lowered_body);
535 if (gimple_seq_may_fallthru (gimple_try_eval (stmt)))
547 if (gimple_seq_may_fallthru (gimple_catch_handler (
563 return gimple_seq_may_fallthru (gimple_eh_filter_failure (gsi_stmt (i)));
607 return gimple_seq_may_fallthru (
623 return (gimple_seq_may_fallthru (gimple_try_eval (stmt))
624 && gimple_seq_may_fallthru (gimple_try_cleanup (stmt)));
629 return (gimple_seq_may_fallthru (gimple_eh_else_n_body (eh_else_stmt))
630 || gimple_seq_may_fallthru (gimple_eh_else_e_body (
647 gimple_seq_may_fallthru (gimple_se function
[all...]
H A Dtree-eh.c912 if (gimple_seq_may_fallthru (cleanup))
1053 finally_may_fallthru = gimple_seq_may_fallthru (finally);
1714 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
1740 else if (!gimple_seq_may_fallthru (gimple_try_cleanup (tp)))
1844 if (gimple_seq_may_fallthru (new_seq))
1973 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
2216 gcc_assert (!gimple_seq_may_fallthru (bodyp));
H A Dgimplify.c3196 && gimple_seq_may_fallthru (seq))

Completed in 69 milliseconds