Home
last modified time | relevance | path

Searched refs:may_throw (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDtree-eh.c348 bool may_throw; member
901 tf->may_throw = false; in honor_protect_cleanup_actions()
915 if (tf->may_throw) in lower_try_finally_nofallthru()
956 if (tf->may_throw) in lower_try_finally_onedest()
1045 if (tf->may_throw) in lower_try_finally_copy()
1161 fallthru_index = eh_index + tf->may_throw; in lower_try_finally_switch()
1184 if (tf->may_throw) in lower_try_finally_switch()
1205 if (tf->may_throw) in lower_try_finally_switch()
1375 this_tf.may_throw = get_eh_region_may_contain_throw (this_tf.region); in lower_try_finally()
1376 if (this_tf.may_throw) in lower_try_finally()
[all …]
HDtree-cfg.c1444 bool may_throw; member
1616 save_may_throw = data->may_throw; in remove_useless_stmts_tf()
1618 data->may_throw = false; in remove_useless_stmts_tf()
1624 this_may_throw = data->may_throw; in remove_useless_stmts_tf()
1626 data->may_throw |= save_may_throw; in remove_useless_stmts_tf()
1667 save_may_throw = data->may_throw; in remove_useless_stmts_tc()
1668 data->may_throw = false; in remove_useless_stmts_tc()
1673 this_may_throw = data->may_throw; in remove_useless_stmts_tc()
1674 data->may_throw = save_may_throw; in remove_useless_stmts_tc()
1730 data->may_throw |= this_may_throw; in remove_useless_stmts_tc()
[all …]
HDChangeLog.tree-ssa7700 * tree-cfg.c (struct rusv_data): Add may_throw, may_branch.