definitionSkippingMoves

fun definitionSkippingMoves(bypassImmutables: Boolean): L2Instruction

Answer the L2Instruction which generates the value that will populate this register. Skip over move instructions. The containing graph must be in SSA form.

Return

The requested L2Instruction.

Parameters

bypassImmutables

Whether to bypass instructions that force a value to become immutable.