Searched refs:eh_dispatch (Results 1 – 4 of 4) sorted by relevance
1771 geh_dispatch *eh_dispatch; in lower_catch() local1788 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()
1936 geh_dispatch *eh_dispatch = as_a <geh_dispatch *> (copy); in remap_gimple_stmt() local1937 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()
9780 resx and eh_dispatch.9795 resx and eh_dispatch.
23409 (lower_catch): Emit the eh_dispatch manually and set the location of23411 (lower_eh_filter): Emit the eh_dispatch manually and set location.