addPredecessorEdge

fun addPredecessorEdge(predecessorEdge: L2PcOperand)

Add a predecessor, due to an earlier basic block adding an instruction that reaches this basic block. Also allow backward edges to attach to a loop head after code generation has already taken place in the target.

Parameters

predecessorEdge

The L2PcOperand that leads here.