switchTargetBlockNonSSA

fun switchTargetBlockNonSSA(newTarget: L2BasicBlock, isBackwardFlag: Boolean)

In a non-SSA control flow graph that has had its phi functions removed and converted to moves, switch the target of this edge.

Parameters

newTarget

The new target L2BasicBlock of this edge.

isBackwardFlag

Whether to also mark it as a backward edge.