jumpTo

fun jumpTo(targetBlock: L2BasicBlock, optionalName: String? = null)

Emit an instruction to jump to the specified L2BasicBlock.

Parameters

targetBlock

The target L2BasicBlock.

optionalName

An optional name to display for the edge for presenting in graphs, if the branching operation's name for that edge isn't sufficiently informative.