org.jruby.compiler.ir.dataflow.analyses
Class BindingStorePlacementProblem
java.lang.Object
org.jruby.compiler.ir.dataflow.DataFlowProblem
org.jruby.compiler.ir.dataflow.analyses.BindingStorePlacementProblem
public class BindingStorePlacementProblem
- extends DataFlowProblem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BindingStorePlacementProblem
public BindingStorePlacementProblem()
getName
public java.lang.String getName()
- Specified by:
getName
in class DataFlowProblem
buildFlowGraphNode
public FlowGraphNode buildFlowGraphNode(BasicBlock bb)
- Specified by:
buildFlowGraphNode
in class DataFlowProblem
getDataFlowVarsForOutput
public java.lang.String getDataFlowVarsForOutput()
- Overrides:
getDataFlowVarsForOutput
in class DataFlowProblem
scopeDefinesVariable
public boolean scopeDefinesVariable(Variable v)
scopeUsesVariable
public boolean scopeUsesVariable(Variable v)
addStoreAndBindingAllocInstructions
public void addStoreAndBindingAllocInstructions()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.