GIMPLE_WITH_CLEANUP_EXPR#
-
gimple gimple_build_wce(gimple_seq cleanup)#
Build a
GIMPLE_WITH_CLEANUP_EXPR
statement.CLEANUP
is 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
CLEANUP
to be the cleanup sequence forG
.
-
bool gimple_wce_cleanup_eh_only(gimple g)#
Return the
CLEANUP_EH_ONLY
flag for aWCE
tuple.
-
void gimple_wce_set_cleanup_eh_only(gimple g, bool eh_only_p)#
Set the
CLEANUP_EH_ONLY
flag for aWCE
tuple.