GIMPLE_RETURN#
-
greturn *gimple_build_return(tree retval)#
Build a
GIMPLE_RETURNstatement whose return value is retval.
-
tree gimple_return_retval(const greturn *g)#
Return the return value for
GIMPLE_RETURNG.
-
void gimple_return_set_retval(greturn *g, tree retval)#
Set
RETVALto be the return value forGIMPLE_RETURNG.