public class BreakInstr extends OneOperandInstr implements FixedArityInstr
EMPTY_OPERANDS
Constructor and Description |
---|
BreakInstr(Operand returnValue,
java.lang.String scopeId) |
Modifier and Type | Method and Description |
---|---|
Instr |
clone(CloneInfo info)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
boolean |
computeScopeFlags(IRScope scope,
java.util.EnumSet<IRFlags> flags)
Does this instruction do anything the scope is interested in?
|
static BreakInstr |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
Operand |
getReturnValue() |
java.lang.String[] |
toStringNonOperandArgs() |
void |
visit(IRVisitor visitor) |
getOperand1, getOperands, setOperand, setOperand1
canBeDeletedFromScope, canRaiseException, cloneOperands, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControl
public BreakInstr(Operand returnValue, java.lang.String scopeId)
public Operand getReturnValue()
public boolean computeScopeFlags(IRScope scope, java.util.EnumSet<IRFlags> flags)
Instr
computeScopeFlags
in class Instr
public java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs
in class Instr
public Instr clone(CloneInfo info)
Instr
public void encode(IRWriterEncoder e)
public static BreakInstr decode(IRReaderDecoder d)
Copyright © 2001-2022 JRuby. All Rights Reserved.