Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-low.cc128 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
129 if (may_fallthru in lower_function_body()
138 may_fallthru = false; in lower_function_body()
149 if (may_fallthru) in lower_function_body()
155 may_fallthru = false; in lower_function_body()
Dtree-eh.cc401 bool may_fallthru; member
1176 if (tf->may_fallthru) in lower_try_finally_onedest()
1250 if (tf->may_fallthru) in lower_try_finally_copy()
1395 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch()
1411 if (tf->may_fallthru) in lower_try_finally_switch()
1689 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1702 ndests += this_tf.may_fallthru; in lower_try_finally()
1964 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_cleanup()