Home
last modified time | relevance | path

Searched refs:add_stmt_to_eh_lp (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.h27 extern void add_stmt_to_eh_lp (gimple *, int);
Dgimple-streamer-in.cc292 add_stmt_to_eh_lp (stmt, region); in input_bb()
Dgimple-harden-conditionals.cc546 add_stmt_to_eh_lp (asgnck, lookup_stmt_eh_lp (asgn)); in execute()
Dtree-eh.cc85 add_stmt_to_eh_lp (gimple *t, int num) in add_stmt_to_eh_lp() function
2379 add_stmt_to_eh_lp (throw_stmt, new_lp->index); in redirect_eh_edge_1()
3068 add_stmt_to_eh_lp (new_stmt, lp_nr); in maybe_clean_or_replace_eh_stmt()
3136 add_stmt_to_eh_lp (new_stmt, lp_nr); in maybe_duplicate_eh_stmt()
4721 add_stmt_to_eh_lp (stmt, new_lp_nr); in cleanup_empty_eh()
Dvalue-prof.cc1428 add_stmt_to_eh_lp (dcall_stmt, lp_nr); in gimple_ic()
Dcgraph.cc1553 add_stmt_to_eh_lp (new_stmt, lp_nr); in redirect_call_stmt_to_callee()
Dgimple-ssa-store-merging.cc4684 add_stmt_to_eh_lp (stmt, group->lp_nr); in output_merged_store()
Dtree-vect-stmts.cc1590 add_stmt_to_eh_lp (vec_stmt, lp_nr); in vect_finish_stmt_generation_1()
DChangeLog-20099602 (add_stmt_to_eh_lp): Rename from add_stmt_to_eh_region.