readEntitiesOf

fun readEntitiesOf(readOperand: L2ReadOperand<*>): Set<L2EntityAndKind>

Extract each relevant L2Entity consumed by the given L2ReadOperand.

Return

Each L2Entity read by the L2ReadOperand, and which the policy deems relevant.

Parameters

readOperand

The L2ReadOperand to examine.


fun readEntitiesOf(instruction: L2Instruction): Set<L2EntityAndKind>

Extract each relevant L2Entity consumed by the given L2Instruction.

Return

Each L2Entity read by the instruction, and which the policy deems relevant.

Parameters

instruction

The L2Instruction to examine.