Home
last modified time | relevance | path

Searched refs:eh_dispatch (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.cc1771 geh_dispatch *eh_dispatch; in lower_catch() local
1788 eh_dispatch = gimple_build_eh_dispatch (try_region->index); in lower_catch()
1789 gimple_seq_add_stmt (&new_seq, eh_dispatch); in lower_catch()
1840 gimple_set_location (eh_dispatch, catch_loc); in lower_catch()
Dtree-inline.cc1936 geh_dispatch *eh_dispatch = as_a <geh_dispatch *> (copy); in remap_gimple_stmt() local
1937 int r = gimple_eh_dispatch_region (eh_dispatch); in remap_gimple_stmt()
1939 gimple_eh_dispatch_set_region (eh_dispatch, r); in remap_gimple_stmt()
DChangeLog-20099780 resx and eh_dispatch.
9795 resx and eh_dispatch.
DChangeLog-201923409 (lower_catch): Emit the eh_dispatch manually and set the location of
23411 (lower_eh_filter): Emit the eh_dispatch manually and set location.