12.8.10 GIMPLE_GOTO

GIMPLE function: ggoto *gimple_build_goto (tree dest)

Build a GIMPLE_GOTO statement to label DEST.

GIMPLE function: tree gimple_goto_dest (gimple g)

Return the destination of the unconditional jump G.

GIMPLE function: void gimple_goto_set_dest (ggoto *g, tree dest)

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