writeEntitiesOf

fun writeEntitiesOf(writeOperand: L2WriteOperand<*>): Set<L2EntityAndKind>

Extract each relevant L2Entity produced by the given L2WriteOperand.

Return

Each L2Entity written by the L2WriteOperand, and which the policy deems relevant.

Parameters

writeOperand

The L2WriteOperand to examine.


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

Extract each relevant L2EntityAndKind produced by the given L2Instruction.

Return

Each L2EntityAndKind written by the instruction, and which the policy deems relevant.

Parameters

instruction

The L2Instruction to examine.