Home
last modified time | relevance | path

Searched refs:tree_can_throw_internal (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-flow.h908 extern bool tree_can_throw_internal (tree);
H A Dtree-cfg.c2515 return tree_can_throw_internal (t); in is_ctrl_altering_stmt()
3511 if (!last_in_block && tree_can_throw_internal (stmt)) in verify_stmt()
5452 if (stmt && tree_can_throw_internal (stmt)) in tree_purge_dead_eh_edges()
H A Dtree-eh.c2026 tree_can_throw_internal (tree stmt) in tree_can_throw_internal() function
H A Dtree-inline.c840 if (tree_can_throw_internal (copy_stmt)) in copy_edges_for_bb()
H A DChangeLog.tree-ssa7827 (is_ctrl_altering_stmt): Restructure. Use tree_can_throw_internal.
7834 tree_could_trap_p, tree_could_throw_p, tree_can_throw_internal,
H A DChangeLog-200517120 * tree-eh.c (tree_can_throw_internal, tree_can_throw_external):
18707 * tree-eh.c (tree_can_throw_internal, tree_can_throw_external):
/freebsd-12.1/contrib/gcc/doc/
H A Dpasses.texi242 examine @code{tree_can_throw_internal} or @code{tree_can_throw_external}