Searched refs:tree_could_throw_p (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-gimple.c101 || tree_could_throw_p (t)))
H A Dtree-optimize.c277 if (!tree_could_throw_p (stmt) && lookup_stmt_eh_region (stmt))
H A Dtree-eh.c1617 if (state->cur_region && tree_could_throw_p (t))
1626 if (state->cur_region && tree_could_throw_p (t))
1830 if (!tree_could_throw_p (stmt))
2011 tree_could_throw_p (tree t)
2058 return tree_could_throw_p (stmt);
2075 bool new_stmt_could_throw = tree_could_throw_p (new_stmt);
2004 tree_could_throw_p (tree t) function
H A Dtree-flow.h907 extern bool tree_could_throw_p (tree);
H A Dtree-ssa-dce.c292 && tree_could_throw_p (stmt))
H A Dtree-inline.c761 if (tree_could_throw_p (stmt))
778 && tree_could_throw_p (stmt))
H A Dtree-cfg.c1885 if (tree_could_throw_p (t))
1898 if (tree_could_throw_p (t))
3506 if (!tree_could_throw_p (stmt))
H A Dtree-vrp.c3127 if (tree_could_throw_p (stmt))

Completed in 210 milliseconds