Uses of Class
org.jruby.compiler.ir.dataflow.FlowGraphNode

Packages that use FlowGraphNode
org.jruby.compiler.ir.dataflow   
org.jruby.compiler.ir.dataflow.analyses   
 

Uses of FlowGraphNode in org.jruby.compiler.ir.dataflow
 

Fields in org.jruby.compiler.ir.dataflow with type parameters of type FlowGraphNode
protected  java.util.List<FlowGraphNode> DataFlowProblem._fgNodes
           
 

Methods in org.jruby.compiler.ir.dataflow that return FlowGraphNode
abstract  FlowGraphNode DataFlowProblem.buildFlowGraphNode(BasicBlock bb)
           
 

Methods in org.jruby.compiler.ir.dataflow with parameters of type FlowGraphNode
abstract  void FlowGraphNode.compute_MEET(CFG.CFG_Edge edge, FlowGraphNode pred)
          "MEET" current solution of "IN/OUT" with "OUT/IN(pred)", where "pred" is a predecessor of the current node! The choice of "IN/OUT" is determined by the direction of data flow.
 

Method parameters in org.jruby.compiler.ir.dataflow with type arguments of type FlowGraphNode
 void FlowGraphNode.computeDataFlowInfo(java.util.List<FlowGraphNode> workList, java.util.BitSet bbSet)
           
 

Uses of FlowGraphNode in org.jruby.compiler.ir.dataflow.analyses
 

Subclasses of FlowGraphNode in org.jruby.compiler.ir.dataflow.analyses
 class LiveVariableNode
           
 

Methods in org.jruby.compiler.ir.dataflow.analyses that return FlowGraphNode
 FlowGraphNode LiveVariablesProblem.buildFlowGraphNode(BasicBlock bb)
           
 

Methods in org.jruby.compiler.ir.dataflow.analyses with parameters of type FlowGraphNode
 void LiveVariableNode.compute_MEET(CFG.CFG_Edge edge, FlowGraphNode pred)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.