|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IR_Instr in org.jruby.compiler.ir |
---|
Methods in org.jruby.compiler.ir that return types with arguments of type IR_Instr | |
---|---|
java.util.List<IR_Instr> |
IR_ScopeImpl.getInstrs()
|
Methods in org.jruby.compiler.ir with parameters of type IR_Instr | |
---|---|
void |
IR_Method.addInstr(IR_Instr i)
|
void |
IR_Scope.addInstr(IR_Instr i)
|
void |
IR_ScopeImpl.addInstr(IR_Instr i)
|
Uses of IR_Instr in org.jruby.compiler.ir.dataflow |
---|
Methods in org.jruby.compiler.ir.dataflow with parameters of type IR_Instr | |
---|---|
abstract void |
FlowGraphNode.buildDataFlowVars(IR_Instr i)
Builds the data-flow variables (or facts) for a particular instruction. |
Uses of IR_Instr in org.jruby.compiler.ir.dataflow.analyses |
---|
Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type IR_Instr | |
---|---|
void |
LiveVariableNode.buildDataFlowVars(IR_Instr i)
|
Uses of IR_Instr in org.jruby.compiler.ir.instructions |
---|
Uses of IR_Instr in org.jruby.compiler.ir.representations |
---|
Methods in org.jruby.compiler.ir.representations that return types with arguments of type IR_Instr | |
---|---|
java.util.List<IR_Instr> |
BasicBlock.getInstrs()
|
Methods in org.jruby.compiler.ir.representations with parameters of type IR_Instr | |
---|---|
void |
BasicBlock.addInstr(IR_Instr i)
|
void |
BasicBlock.insertInstr(IR_Instr i)
|
Method parameters in org.jruby.compiler.ir.representations with type arguments of type IR_Instr | |
---|---|
void |
CFG.build(java.util.List<IR_Instr> instrs)
|
Uses of IR_Instr in org.jruby.compiler.ir.targets |
---|
Methods in org.jruby.compiler.ir.targets with parameters of type IR_Instr | |
---|---|
void |
JVM.emit(IR_Instr instr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |