switch Target Block Non SSA
fun switchTargetBlockNonSSA(newTarget: L2BasicBlock, isBackwardFlag: Boolean)
Content copied to clipboard
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
new Target
The new target L2BasicBlock of this edge.
is Backward Flag
Whether to also mark it as a backward edge.