Searched refs:may_fallthru (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Dgimple-low.c138 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); local
139 if (may_fallthru
148 may_fallthru = false;
159 if (may_fallthru)
165 may_fallthru = false;
H A Dtree-eh.c428 sequence. It will be set if may_fallthru was true *at one time*,
434 bool may_fallthru; member in struct:leh_tf_state
1210 if (tf->may_fallthru)
1284 if (tf->may_fallthru)
1429 ndests = fallthru_index + tf->may_fallthru;
1445 if (tf->may_fallthru)
1714 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
1727 ndests += this_tf.may_fallthru;
1973 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c2526 bool may_fallthru = false;
2638 may_fallthru = true;
2644 if (may_fallthru)
2519 bool may_fallthru = false; local

Completed in 211 milliseconds