public abstract class Reference extends Operand
EMPTY_ARRAY| 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, visitpublic Reference(String name)
public String getName()
public void addUsedVariables(List<Variable> l)
OperandaddUsedVariables in class Operandpublic Operand cloneForInlining(CloneInfo ii)
cloneForInlining in class Operandpublic void encode(IRWriterEncoder e)
Copyright © 2001-2015 JRuby. All Rights Reserved.