GIMPLE_WITH_CLEANUP_EXPR#
-
gimple gimple_build_wce(gimple_seq cleanup)#
Build a
GIMPLE_WITH_CLEANUP_EXPRstatement.CLEANUPis the clean-up expression.
-
gimple_seq gimple_wce_cleanup(gimple g)#
Return the cleanup sequence for cleanup statement
G.
-
void gimple_wce_set_cleanup(gimple g, gimple_seq cleanup)#
Set
CLEANUPto be the cleanup sequence forG.
-
bool gimple_wce_cleanup_eh_only(gimple g)#
Return the
CLEANUP_EH_ONLYflag for aWCEtuple.
-
void gimple_wce_set_cleanup_eh_only(gimple g, bool eh_only_p)#
Set the
CLEANUP_EH_ONLYflag for aWCEtuple.