GIMPLE_GOTO#

ggoto *gimple_build_goto(tree dest)#

Build a GIMPLE_GOTO statement to label DEST.

tree gimple_goto_dest(gimple g)#

Return the destination of the unconditional jump G.

void gimple_goto_set_dest(ggoto *g, tree dest)#

Set DEST to be the destination of the unconditional jump G.