@FunctionalInterface public interface InstructionValueConsumer
InstructionValueProcedure for a version that can modify values.| Modifier and Type | Method and Description |
|---|---|
void |
visitValue(LIRInstruction instruction,
Value value,
LIRInstruction.OperandMode mode,
EnumSet<LIRInstruction.OperandFlag> flags)
Iterator method to be overwritten.
|
void visitValue(LIRInstruction instruction, Value value, LIRInstruction.OperandMode mode, EnumSet<LIRInstruction.OperandFlag> flags)
instruction - The current instruction.value - The value that is iterated.mode - The operand mode for the value.flags - A set of flags for the value.