Home
last modified time | relevance | path

Searched refs:eh_landing_pad_dest (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-inline.h165 basic_block eh_landing_pad_dest; member
Dtree-inline.cc2467 basic_block bb = id->eh_landing_pad_dest; in add_clobbers_to_eh_landing_pad()
2666 if (id->eh_landing_pad_dest == NULL) in copy_edges_for_bb()
2667 id->eh_landing_pad_dest = e->dest; in copy_edges_for_bb()
2669 gcc_assert (id->eh_landing_pad_dest == e->dest); in copy_edges_for_bb()
3112 if (id->eh_landing_pad_dest) in copy_cfg_body()
3115 id->eh_landing_pad_dest = NULL; in copy_cfg_body()
DChangeLog-201929212 * tree-inline.h (struct copy_body_data): Add eh_landing_pad_dest
29218 instead set id->eh_landing_pad_dest and assert it is the same.
29219 (copy_cfg_body): Call it here if id->eh_landing_pad_dest is non-NULL.