write Entities Of
fun writeEntitiesOf(writeOperand: L2WriteOperand<*>): Set<L2EntityAndKind>
Content copied to clipboard
Extract each relevant L2Entity produced by the given L2WriteOperand.
Return
Each L2Entity written by the L2WriteOperand, and which the policy deems relevant.
Parameters
write Operand
The L2WriteOperand to examine.
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.