GIMPLE_RESX#
-
gresx *gimple_build_resx(int region)#
Build a
GIMPLE_RESXstatement which is a statement. This statement is a placeholder for _Unwind_Resume before we know if a function call or a branch is needed.REGIONis the exception region from which control is flowing.
-
int gimple_resx_region(const gresx *g)#
Return the region number for
GIMPLE_RESXG.
-
void gimple_resx_set_region(gresx *g, int region)#
Set
REGIONto be the region number forGIMPLE_RESXG.