Searched refs:eh_dispatch_stmt (Results 1 – 2 of 2) sorted by relevance
4515 gimple_eh_dispatch_region (const geh_dispatch *eh_dispatch_stmt)4517 return eh_dispatch_stmt->region;4524 gimple_eh_dispatch_set_region (geh_dispatch *eh_dispatch_stmt, int region)4526 eh_dispatch_stmt->region = region;
7080 geh_dispatch *eh_dispatch_stmt = as_a <geh_dispatch *> (stmt); in move_stmt_r() local7081 int r = gimple_eh_dispatch_region (eh_dispatch_stmt); in move_stmt_r()7083 gimple_eh_dispatch_set_region (eh_dispatch_stmt, r); in move_stmt_r()