public class StoreLocalVarPlacementProblem extends DataFlowProblem
DataFlowProblem.DF_Direction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
direction, flowGraphNodes, scope
Constructor and Description |
---|
StoreLocalVarPlacementProblem() |
Modifier and Type | Method and Description |
---|---|
void |
addStores(java.util.Map<Operand,Operand> varRenameMap) |
FlowGraphNode |
buildFlowGraphNode(BasicBlock bb) |
java.lang.String |
getDataFlowVarsForOutput() |
java.lang.String |
getName() |
boolean |
scopeHasLocalVarStores() |
boolean |
scopeHasUnrescuedExceptions() |
compute_MOP_Solution, getDFVarsCount, getFlowDirection, getFlowGraphNode, getIncomingSourcesOf, getOutgoingDestinationsOf, getScope, isEmpty, setup, toString
public static final java.lang.String NAME
public java.lang.String getName()
getName
in class DataFlowProblem
public FlowGraphNode buildFlowGraphNode(BasicBlock bb)
buildFlowGraphNode
in class DataFlowProblem
public java.lang.String getDataFlowVarsForOutput()
getDataFlowVarsForOutput
in class DataFlowProblem
public boolean scopeHasLocalVarStores()
public boolean scopeHasUnrescuedExceptions()
Copyright © 2002-2009 JRuby Team. All Rights Reserved.