Searched refs:tree_could_throw_p (Results 1 – 14 of 14) sorted by relevance
43 extern bool tree_could_throw_p (tree);
570 gcc_checking_assert (!tree_could_throw_p (cond)); in gimple_cond_get_ops_from_tree()610 && (allow_traps || !tree_could_throw_p (t)) in is_gimple_condexpr_1()
566 && tree_could_throw_p (gimple_op (call, i))) in check_call()
2061 && !tree_could_throw_p (gimple_get_lhs (stmt)) in lower_eh_constructs_2()2973 tree_could_throw_p (tree t) in tree_could_throw_p() function
795 || tree_could_throw_p (ref)) in suitable_reference_p()
3166 if (tree_could_throw_p (ref->mem.ref)) in can_sm_ref_p()
1158 && tree_could_throw_p (expr)) in record_access_p()
6148 (tree_could_throw_p): Enable.6232 (tree_could_throw_p): Likewise.
7834 tree_could_trap_p, tree_could_throw_p, tree_can_throw_internal,
2997 (tree_could_throw_p): Same.
23034 (tree_could_throw_p): Likewise.30387 * tree-eh.c (tree_could_throw_p): Support non-call exceptions in
21547 operation_could_trap_p, tree_could_throw_p): Move from here...
29793 (tree_could_throw_p): Likewise.
34674 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.