public class ClosureReturnInstr extends ReturnBase
returnValue
EMPTY_OPERANDS
Constructor and Description |
---|
ClosureReturnInstr(Operand rv) |
Modifier and Type | Method and Description |
---|---|
Instr |
cloneForBlockCloning(InlinerInfo ii)
Clone the instruction so it can be used in a cloned block which is present in a scope that itself
or an ancestor scope (in the case of nested blocks) is being inlined.
|
Instr |
cloneForInlinedClosure(InlinerInfo ii)
Clone the instruction (present in a closure) so it can be inlined into another scope.
|
void |
visit(IRVisitor visitor) |
getOperands, getReturnValue, simplifyOperands, toString
canBeDeleted, canRaiseException, cloneForInlinedScope, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, transfersControl
public ClosureReturnInstr(Operand rv)
public Instr cloneForBlockCloning(InlinerInfo ii)
Instr
cloneForBlockCloning
in class Instr
public Instr cloneForInlinedClosure(InlinerInfo ii)
Instr
cloneForInlinedClosure
in class Instr
Copyright © 2002-2009 JRuby Team. All Rights Reserved.