Next:GIMPLE_NOP, Previous:GIMPLE_LABEL, Up:Tuple specific accessors [Contents][Index]
GIMPLE_GOTO ¶ggoto*gimple_build_goto(tree dest) ¶Build aGIMPLE_GOTO statement to labelDEST.
treegimple_goto_dest(gimple g) ¶Return the destination of the unconditional jumpG.
voidgimple_goto_set_dest(ggoto *g, tree dest) ¶SetDEST to be the destination of the unconditional jumpG.