public abstract class Reference extends Operand
EMPTY_ARRAY
Constructor and Description |
---|
Reference(OperandType type,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
addUsedVariables(List<Variable> l)
Append the list of variables used in this operand to the input list -- force every operand
to implement this because a missing implementation can cause bad failures.
|
Operand |
cloneForInlining(CloneInfo ii) |
void |
encode(IRWriterEncoder e) |
String |
getName() |
String |
toString() |
canCopyPropagate, getOperandType, getSimplifiedOperand, getValue, hasKnownValue, retrieve, visit
public Reference(OperandType type, String name)
public String getName()
public void addUsedVariables(List<Variable> l)
Operand
addUsedVariables
in class Operand
public Operand cloneForInlining(CloneInfo ii)
cloneForInlining
in class Operand
public void encode(IRWriterEncoder e)
Copyright © 2001-2015 JRuby. All Rights Reserved.