Home
last modified time | relevance | path

Searched refs:eh_dispatch_stmt (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple.h4515 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;
HDtree-cfg.c7080 geh_dispatch *eh_dispatch_stmt = as_a <geh_dispatch *> (stmt); in move_stmt_r() local
7081 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()