Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.h43 extern bool tree_could_throw_p (tree);
Dgimple-expr.cc570 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()
Dipa-pure-const.cc566 && tree_could_throw_p (gimple_op (call, i))) in check_call()
Dtree-eh.cc2061 && !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
Dtree-predcom.cc795 || tree_could_throw_p (ref)) in suitable_reference_p()
Dtree-ssa-loop-im.cc3166 if (tree_could_throw_p (ref->mem.ref)) in can_sm_ref_p()
Dipa-modref.cc1158 && tree_could_throw_p (expr)) in record_access_p()
DChangeLog.tuples6148 (tree_could_throw_p): Enable.
6232 (tree_could_throw_p): Likewise.
DChangeLog.tree-ssa7834 tree_could_trap_p, tree_could_throw_p, tree_can_throw_internal,
DChangeLog-20062997 (tree_could_throw_p): Same.
DChangeLog-200423034 (tree_could_throw_p): Likewise.
30387 * tree-eh.c (tree_could_throw_p): Support non-call exceptions in
DChangeLog-201221547 operation_could_trap_p, tree_could_throw_p): Move from here...
DChangeLog-201029793 (tree_could_throw_p): Likewise.
DChangeLog-201134674 * gimple.c (is_gimple_condexpr): Use tree_could_throw_p.