targetEdges

val targetEdges: List<L2PcOperand>

Answer all possible L2PcOperands within this instruction. These edges lead to other L2BasicBlocks, and carry a L2ValueManifest.

This is empty for instructions that don't alter control flow and just fall through to the next instruction of the same basic block.

Return

A List of L2PcOperands leading to the successor L2BasicBlocks.