public static interface LIRGeneratorTool.SpillMoveFactory
Modifier and Type | Method and Description |
---|---|
LIRInstruction |
createMove(AllocatableValue result,
Value input) |
LIRInstruction |
createStackMove(AllocatableValue result,
Value input) |
LIRInstruction createMove(AllocatableValue result, Value input)
LIRInstruction createStackMove(AllocatableValue result, Value input)