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

/freebsd-11-stable/contrib/gcc/
H A Dtree-eh.c336 sequence. It will be set if may_fallthru was true *at one time*,
346 bool may_fallthru;
888 if (tf->may_fallthru)
897 tf->may_fallthru = false;
978 if (tf->may_fallthru)
1039 if (tf->may_fallthru)
1167 ndests = fallthru_index + tf->may_fallthru;
1183 if (tf->may_fallthru)
1376 this_tf.may_fallthru = block_may_fallthru (TREE_OPERAND (*tp, 0));
1398 ndests += this_tf.may_fallthru;
341 bool may_fallthru; member in struct:leh_tf_state
[all...]
H A Dgimple-low.c524 bool may_fallthru = block_may_fallthru (then_branch); local
529 if (else_label && may_fallthru)

Completed in 133 milliseconds