Home
last modified time | relevance | path

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

123

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-low.c114 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
115 if (may_fallthru in lower_function_body()
124 may_fallthru = false; in lower_function_body()
135 if (may_fallthru) in lower_function_body()
141 may_fallthru = false; in lower_function_body()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-low.c114 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
115 if (may_fallthru in lower_function_body()
124 may_fallthru = false; in lower_function_body()
135 if (may_fallthru) in lower_function_body()
141 may_fallthru = false; in lower_function_body()
H A Dtree-eh.c394 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()
1684 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1697 ndests += this_tf.may_fallthru; in lower_try_finally()
1943 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_cleanup()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-low.c127 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
128 if (may_fallthru in lower_function_body()
137 may_fallthru = false; in lower_function_body()
148 if (may_fallthru) in lower_function_body()
154 may_fallthru = false; in lower_function_body()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-low.c128 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()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-low.c127 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
128 if (may_fallthru in lower_function_body()
137 may_fallthru = false; in lower_function_body()
148 if (may_fallthru) in lower_function_body()
154 may_fallthru = false; in lower_function_body()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-low.c128 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()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-low.c127 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
128 if (may_fallthru in lower_function_body()
137 may_fallthru = false; in lower_function_body()
148 if (may_fallthru) in lower_function_body()
154 may_fallthru = false; in lower_function_body()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-low.c128 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()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-low.c128 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()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-low.c127 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
128 if (may_fallthru in lower_function_body()
137 may_fallthru = false; in lower_function_body()
148 if (may_fallthru) in lower_function_body()
154 may_fallthru = false; in lower_function_body()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-low.c127 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
128 if (may_fallthru in lower_function_body()
137 may_fallthru = false; in lower_function_body()
148 if (may_fallthru) in lower_function_body()
154 may_fallthru = false; in lower_function_body()
H A Dtree-eh.c398 bool may_fallthru; member
1180 if (tf->may_fallthru) in lower_try_finally_onedest()
1254 if (tf->may_fallthru) in lower_try_finally_copy()
1399 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch()
1415 if (tf->may_fallthru) in lower_try_finally_switch()
1683 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1696 ndests += this_tf.may_fallthru; in lower_try_finally()
1942 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_cleanup()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-low.c128 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()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-low.c128 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()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-low.c128 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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-low.c128 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()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-low.c127 bool may_fallthru = gimple_seq_may_fallthru (lowered_body); in lower_function_body() local
128 if (may_fallthru in lower_function_body()
137 may_fallthru = false; in lower_function_body()
148 if (may_fallthru) in lower_function_body()
154 may_fallthru = false; in lower_function_body()
H A Dtree-eh.c398 bool may_fallthru; member
1180 if (tf->may_fallthru) in lower_try_finally_onedest()
1254 if (tf->may_fallthru) in lower_try_finally_copy()
1399 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch()
1415 if (tf->may_fallthru) in lower_try_finally_switch()
1683 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1696 ndests += this_tf.may_fallthru; in lower_try_finally()
1942 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_cleanup()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-low.c128 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()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-low.c128 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()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-eh.c340 bool may_fallthru; member
881 if (tf->may_fallthru) in honor_protect_cleanup_actions()
890 tf->may_fallthru = false; in honor_protect_cleanup_actions()
971 if (tf->may_fallthru) in lower_try_finally_onedest()
1032 if (tf->may_fallthru) in lower_try_finally_copy()
1160 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch()
1176 if (tf->may_fallthru) in lower_try_finally_switch()
1369 this_tf.may_fallthru = block_may_fallthru (TREE_OPERAND (*tp, 0)); in lower_try_finally()
1391 ndests += this_tf.may_fallthru; in lower_try_finally()
1560 fake_tf.may_fallthru = block_may_fallthru (TREE_OPERAND (*tp, 0)); in lower_cleanup()
H A Dgimple-low.c446 bool may_fallthru = block_may_fallthru (then_branch); in lower_cond_expr() local
451 if (else_label && may_fallthru) in lower_cond_expr()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-eh.c389 bool may_fallthru; member
1148 if (tf->may_fallthru) in lower_try_finally_onedest()
1221 if (tf->may_fallthru) in lower_try_finally_copy()
1365 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch()
1381 if (tf->may_fallthru) in lower_try_finally_switch()
1653 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1666 ndests += this_tf.may_fallthru; in lower_try_finally()
1911 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_cleanup()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-eh.c389 bool may_fallthru; member
1148 if (tf->may_fallthru) in lower_try_finally_onedest()
1221 if (tf->may_fallthru) in lower_try_finally_copy()
1368 ndests = fallthru_index + tf->may_fallthru; in lower_try_finally_switch()
1384 if (tf->may_fallthru) in lower_try_finally_switch()
1655 this_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_try_finally()
1668 ndests += this_tf.may_fallthru; in lower_try_finally()
1903 fake_tf.may_fallthru = gimple_seq_may_fallthru (gimple_try_eval (tp)); in lower_cleanup()

123