public class Label extends Operand
Modifier and Type | Field and Description |
---|---|
static int |
index |
String |
label |
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.
|
boolean |
canCopyPropagate()
Can we replace every use of a variable 'v' that contains the value of this operand
with the operand itself? This takes importance when there are at least two uses
of 'v' within this scope.
|
Label |
clone() |
Operand |
cloneForInlining(InlinerInfo ii) |
boolean |
equals(Object o) |
int |
getTargetPC() |
int |
hashCode() |
void |
setTargetPC(int i) |
String |
toString() |
void |
visit(IRVisitor visitor) |
fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, hasKnownValue, retrieve
public final String label
public static int index
public Label(String l)
public void addUsedVariables(List<Variable> l)
Operand
addUsedVariables
in class Operand
public boolean canCopyPropagate()
Operand
canCopyPropagate
in class Operand
public Operand cloneForInlining(InlinerInfo ii)
cloneForInlining
in class Operand
public void setTargetPC(int i)
public int getTargetPC()
Copyright © 2001-2014 JRuby. All Rights Reserved.