sourceRegisterReads

fun sourceRegisterReads(instruction: L2Instruction): List<RR>

Answer the List of L2ReadOperands for this phi function. The order is correlated to the instruction's blocks predecessorEdges.

Return

The instruction's list of sources.

Parameters

instruction

The phi instruction.