GIMPLE_GOTO#
-
ggoto *gimple_build_goto(tree dest)#
Build a
GIMPLE_GOTOstatement to labelDEST.
-
tree gimple_goto_dest(gimple g)#
Return the destination of the unconditional jump
G.
-
void gimple_goto_set_dest(ggoto *g, tree dest)#
Set
DESTto be the destination of the unconditional jumpG.