Searched refs:stmt_could_throw_p (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.h41 extern bool stmt_could_throw_p (function *, gimple *);
H A Dgimple-ssa-evrp.c168 && !stmt_could_throw_p (cfun, stmt)
H A Dtree-eh.c2063 if (stmt_could_throw_p (cfun, stmt)
2081 if (state->cur_region && stmt_could_throw_p (cfun, stmt))
2444 /* Helper function for operation_could_trap_p and stmt_could_throw_p. */
2866 /* Helper for stmt_could_throw_p. Return true if STMT (assumed to be a
2924 stmt_could_throw_p (function *fun, gimple *stmt)
2974 && stmt_could_throw_p (fun, stmt));
3010 if (!stmt_could_throw_p (fun, stmt))
3028 if (!stmt_could_throw_p (fun, stmt))
3042 if (stmt_could_throw_p (ifun, stmt))
3067 bool new_stmt_could_throw = stmt_could_throw_p (cfu
2922 stmt_could_throw_p (function *fun, gimple *stmt) function
[all...]
H A Dvalue-prof.c1389 if (lp_nr > 0 && stmt_could_throw_p (cfun, dcall_stmt))
1407 if (!stmt_could_throw_p (cfun, dcall_stmt))
1592 gcc_assert (!stmt_could_throw_p (cfun, vcall_stmt));
1593 gcc_assert (!stmt_could_throw_p (cfun, icall_stmt));
H A Dipa-pure-const.c558 bool possibly_throws = stmt_could_throw_p (cfun, call);
774 && stmt_could_throw_p (cfun, stmt))
H A Dtree-tailcall.c496 if (stmt_could_throw_p (cfun, stmt)
H A Dtree-outof-ssa.c68 if (stmt_could_throw_p (cfun, stmt))
H A Dtree-ssa-propagate.c1040 && !stmt_could_throw_p (cfun, stmt)
H A Dtree-ssa-reassoc.c4091 || stmt_could_throw_p (cfun, stmt)
4347 if (stmt_could_throw_p (cfun, stmt))
5516 && !stmt_could_throw_p (cfun, binlhsdef));
5523 && !stmt_could_throw_p (cfun, binrhsdef));
6271 && !stmt_could_throw_p (cfun, stmt))
H A Dtree-ssa-scopedtables.c669 if (stmt_could_throw_p (cfun, expr0->ops.call.fn_from))
H A Dgimple-ssa-store-merging.c4320 if (group->lp_nr && stmt_could_throw_p (cfun, stmt))
4383 if (stmt_could_throw_p (cfun, stmt))
4719 if (!stmt_could_throw_p (cfun, stmt))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.h41 extern bool stmt_could_throw_p (function *, gimple *);
H A Dtree-ssa-dse.cc154 && (may_def_ok || !stmt_could_throw_p (cfun, stmt)))
1218 if (stmt_could_throw_p (cfun, stmt)
1417 || (stmt_could_throw_p (fun, stmt)
1509 && (!stmt_could_throw_p (fun, stmt)
H A Dtree-eh.cc2058 if (stmt_could_throw_p (cfun, stmt)
2073 if (state->cur_region && stmt_could_throw_p (cfun, stmt))
2436 /* Helper function for operation_could_trap_p and stmt_could_throw_p. */
2861 /* Helper for stmt_could_throw_p. Return true if STMT (assumed to be a
2919 stmt_could_throw_p (function *fun, gimple *stmt)
2969 && stmt_could_throw_p (fun, stmt));
3005 if (!stmt_could_throw_p (fun, stmt))
3023 if (!stmt_could_throw_p (fun, stmt))
3037 if (stmt_could_throw_p (ifun, stmt))
3062 bool new_stmt_could_throw = stmt_could_throw_p (cfu
2917 stmt_could_throw_p (function *fun, gimple *stmt) function
[all...]
H A Dvalue-prof.cc1426 if (lp_nr > 0 && stmt_could_throw_p (cfun, dcall_stmt))
1444 if (!stmt_could_throw_p (cfun, dcall_stmt))
1629 gcc_assert (!stmt_could_throw_p (cfun, vcall_stmt));
1630 gcc_assert (!stmt_could_throw_p (cfun, icall_stmt));
H A Dtree-ssa-sink.cc704 || !stmt_could_throw_p (cfun, stmt)))
H A Dipa-pure-const.cc557 bool possibly_throws = stmt_could_throw_p (cfun, call);
774 && stmt_could_throw_p (cfun, stmt))
H A Dtree-outof-ssa.cc68 if (stmt_could_throw_p (cfun, stmt))
H A Dtree-ssa-propagate.cc820 && !stmt_could_throw_p (cfun, stmt)
H A Dtree-tailcall.cc493 if (stmt_could_throw_p (cfun, stmt)
H A Dipa-modref.cc1363 || !stmt_could_throw_p (cfun, call)))
1469 && stmt_could_throw_p (cfun, call)))
1743 || !stmt_could_throw_p (cfun, stmt)))
1797 && stmt_could_throw_p (cfun, stmt))
1835 && stmt_could_throw_p (cfun, stmt))
H A Dtree-ssa-scopedtables.cc669 if (stmt_could_throw_p (cfun, expr0->ops.call.fn_from))
H A Dtree-ssa-dce.cc311 && stmt_could_throw_p (cfun, stmt))
H A Dtree-ssa-reassoc.cc4416 || stmt_could_throw_p (cfun, stmt)
4717 if (stmt_could_throw_p (cfun, stmt))
5916 && !stmt_could_throw_p (cfun, binlhsdef));
5923 && !stmt_could_throw_p (cfun, binrhsdef));
6692 && !stmt_could_throw_p (cfun, stmt))
H A Dgimple-ssa-store-merging.cc4683 if (group->lp_nr && stmt_could_throw_p (cfun, stmt))
4746 if (stmt_could_throw_p (cfun, stmt))
5084 if (!stmt_could_throw_p (cfun, stmt))

Completed in 526 milliseconds

12