HomeSort by: relevance | last modified time | path
    Searched refs:may_fallthru (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-low.cc 128 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); local
129 if (may_fallthru
138 may_fallthru = false;
149 if (may_fallthru)
155 may_fallthru = false;
tree-eh.cc 396 sequence. It will be set if may_fallthru was true *at one time*,
402 bool may_fallthru; member in struct:leh_tf_state
1177 if (tf->may_fallthru)
1251 if (tf->may_fallthru)
1396 ndests = fallthru_index + tf->may_fallthru;
1412 if (tf->may_fallthru)
1690 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
1703 ndests += this_tf.may_fallthru;
1965 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
  /src/external/gpl3/gcc/dist/gcc/
gimple-low.cc 137 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); local
138 if (may_fallthru
147 may_fallthru = false;
158 if (may_fallthru)
164 may_fallthru = false;
tree-eh.cc 396 sequence. It will be set if may_fallthru was true *at one time*,
402 bool may_fallthru; member in struct:leh_tf_state
1178 if (tf->may_fallthru)
1252 if (tf->may_fallthru)
1397 ndests = fallthru_index + tf->may_fallthru;
1413 if (tf->may_fallthru)
1691 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));
1704 ndests += this_tf.may_fallthru;
1966 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp));

Completed in 32 milliseconds