Home
last modified time | relevance | path

Searched refs:tree_could_throw_p (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dtree-eh.c1612 if (state->cur_region && tree_could_throw_p (t)) in lower_eh_constructs_1()
1621 if (state->cur_region && tree_could_throw_p (t)) in lower_eh_constructs_1()
1824 if (!tree_could_throw_p (stmt)) in verify_eh_edges()
2004 tree_could_throw_p (tree t) in tree_could_throw_p() function
2051 return tree_could_throw_p (stmt); in tree_can_throw_external()
2068 bool new_stmt_could_throw = tree_could_throw_p (new_stmt); in maybe_clean_or_replace_eh_stmt()
Dtree-optimize.c277 if (!tree_could_throw_p (stmt) && lookup_stmt_eh_region (stmt)) in execute_fixup_cfg()
Dtree-gimple.c101 || tree_could_throw_p (t))) in is_gimple_reg_rhs()
Dtree-ssa-dce.c288 && tree_could_throw_p (stmt)) in mark_stmt_if_obviously_necessary()
Dtree-flow.h907 extern bool tree_could_throw_p (tree);
Dtree-inline.c761 if (tree_could_throw_p (stmt)) in copy_bb()
778 && tree_could_throw_p (stmt)) in copy_bb()
Dtree-cfg.c1885 if (tree_could_throw_p (t)) in remove_useless_stmts_1()
1898 if (tree_could_throw_p (t)) in remove_useless_stmts_1()
3506 if (!tree_could_throw_p (stmt)) in verify_stmt()
Dtree-vrp.c3127 if (tree_could_throw_p (stmt)) in infer_value_range()
DChangeLog.tree-ssa7834 tree_could_trap_p, tree_could_throw_p, tree_can_throw_internal,
DChangeLog-200423034 (tree_could_throw_p): Likewise.
30387 * tree-eh.c (tree_could_throw_p): Support non-call exceptions in