Searched refs:lookup_stmt_eh_lp (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.h31 extern int lookup_stmt_eh_lp (const gimple *);
H A Dtree-eh.c154 lookup_stmt_eh_lp (const gimple *t) function
2293 lp_nr = lookup_stmt_eh_lp (stmt);
2332 gcc_checking_assert (lookup_stmt_eh_lp (throw_stmt) == old_lp_nr);
3063 int lp_nr = lookup_stmt_eh_lp (old_stmt);
3139 lp_nr = lookup_stmt_eh_lp (old_stmt);
3337 lp_nr = lookup_stmt_eh_lp (stmt);
4058 int lp_nr = lookup_stmt_eh_lp (stmt);
4700 new_lp_nr = lookup_stmt_eh_lp (resx);
4921 lp_nr = lookup_stmt_eh_lp (stmt);
H A Dtree-ssa-scopedtables.c671 int lp0 = lookup_stmt_eh_lp (expr0->ops.call.fn_from);
672 int lp1 = lookup_stmt_eh_lp (expr1->ops.call.fn_from);
H A Dvalue-prof.c1388 lp_nr = lookup_stmt_eh_lp (icall_stmt);
H A Dipa-pure-const.c667 lookup_stmt_eh_lp (call));
H A Dgimple-pretty-print.c2570 int lp_nr = lookup_stmt_eh_lp (gs);
H A Dcgraph.c1524 int lp_nr = lookup_stmt_eh_lp (e->call_stmt);
H A Dgimple-ssa-store-merging.c4722 return lookup_stmt_eh_lp (stmt);
H A Dcfgexpand.c3890 lp_nr = lookup_stmt_eh_lp (stmt);
H A Dtree-inline.c4859 id->eh_lp_nr = lookup_stmt_eh_lp (stmt);
H A Dtree-cfg.c5466 lp_nr = lookup_stmt_eh_lp (stmt);
H A Dtree-ssa-sccvn.c1212 if (stmt_could_throw_p (cfun, call) && (lr = lookup_stmt_eh_lp (call)) > 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.h31 extern int lookup_stmt_eh_lp (const gimple *);
H A Dgimple-harden-conditionals.cc546 add_stmt_to_eh_lp (asgnck, lookup_stmt_eh_lp (asgn));
H A Dtree-eh.cc154 lookup_stmt_eh_lp (const gimple *t) function
2285 lp_nr = lookup_stmt_eh_lp (stmt);
2324 gcc_checking_assert (lookup_stmt_eh_lp (throw_stmt) == old_lp_nr);
3058 int lp_nr = lookup_stmt_eh_lp (old_stmt);
3134 lp_nr = lookup_stmt_eh_lp (old_stmt);
3332 lp_nr = lookup_stmt_eh_lp (stmt);
4053 int lp_nr = lookup_stmt_eh_lp (stmt);
4695 new_lp_nr = lookup_stmt_eh_lp (resx);
4921 lp_nr = lookup_stmt_eh_lp (stmt);
H A Dtree-ssa-scopedtables.cc671 int lp0 = lookup_stmt_eh_lp (expr0->ops.call.fn_from);
672 int lp1 = lookup_stmt_eh_lp (expr1->ops.call.fn_from);
H A Dvalue-prof.cc1425 lp_nr = lookup_stmt_eh_lp (icall_stmt);
H A Dipa-pure-const.cc665 lookup_stmt_eh_lp (call));
H A Dgimple-pretty-print.cc2672 int lp_nr = lookup_stmt_eh_lp (gs);
H A Dcgraph.cc1532 int lp_nr = lookup_stmt_eh_lp (e->call_stmt);
H A Dcfgexpand.cc4069 lp_nr = lookup_stmt_eh_lp (stmt);
H A Dtree-inline.cc4921 id->eh_lp_nr = lookup_stmt_eh_lp (stmt);
H A Dgimple-ssa-store-merging.cc5087 return lookup_stmt_eh_lp (stmt);
H A Dtree-ssa-sccvn.cc1287 if (stmt_could_throw_p (cfun, call) && (lr = lookup_stmt_eh_lp (call)) > 0)
H A Dtree-cfg.cc5524 lp_nr = lookup_stmt_eh_lp (stmt);

Completed in 636 milliseconds

12