public class ReceivePreReqdArgInstr extends ReceiveArgBase
argIndex, resultEMPTY_OPERANDS| Constructor and Description |
|---|
ReceivePreReqdArgInstr(Variable result,
int argIndex) |
| 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 |
cloneForInlinedScope(InlinerInfo ii)
Clone the instruction (present in a method/closure) so it can be inlined into another scope.
|
void |
visit(IRVisitor visitor) |
getArgIndex, getOperands, getResult, toString, updateResultcanBeDeleted, canRaiseException, cloneForInlinedClosure, cloneForInlining, getOperation, getUsedVariables, hasSideEffects, hasUnusedResult, interpret, interpretAndGetNewIPC, isDead, markDead, markUnusedResult, renameVars, simplifyAndGetResult, simplifyOperands, transfersControlpublic ReceivePreReqdArgInstr(Variable result, int argIndex)
public Instr cloneForInlinedScope(InlinerInfo ii)
InstrcloneForInlinedScope in class Instrpublic Instr cloneForBlockCloning(InlinerInfo ii)
InstrcloneForBlockCloning in class InstrCopyright © 2001–2024 JRuby. All rights reserved.