Next: , Previous: <code>GIMPLE_PHI</code>, Up: Tuple specific accessors


12.7.24 GIMPLE_RESX

— GIMPLE function: gimple gimple_build_resx (int region)

构建一个GIMPLE_RESX语句。该语句是_Unwind_Resume的占位,在我们知道是否需要函数调用或者分支之前。REGION为异常区域。

— GIMPLE function: int gimple_resx_region (gimple g)

返回GIMPLE_RESX G的区域编号。

— GIMPLE function: void gimple_resx_set_region (gimple g, int region)

REGION设置为GIMPLE_RESX G的区域编号。