Uses of Class
org.jikesrvm.compilers.opt.depgraph.DepGraph

Packages that use DepGraph
org.jikesrvm.compilers.opt.depgraph   
org.jikesrvm.compilers.opt.instrsched   
org.jikesrvm.compilers.opt.lir2mir   
 

Uses of DepGraph in org.jikesrvm.compilers.opt.depgraph
 

Constructors in org.jikesrvm.compilers.opt.depgraph with parameters of type DepGraph
DepGraphStats(DepGraph dg, String bbName)
          Create a statistical summary of a dependence graph for a given basic block.
 

Uses of DepGraph in org.jikesrvm.compilers.opt.instrsched
 

Fields in org.jikesrvm.compilers.opt.instrsched declared as DepGraph
private  DepGraph Scheduler.dg
          Dependence graph for current basic block.
 

Uses of DepGraph in org.jikesrvm.compilers.opt.lir2mir
 

Methods in org.jikesrvm.compilers.opt.lir2mir with parameters of type DepGraph
private  void NormalBURS.buildTrees(DepGraph dg)
          Stage 1: Complete the expression trees and identify tree roots.
 void NormalBURS.invoke(DepGraph dg)
          Build BURS trees for dependence graph dg, label the trees, and then generate MIR instructions based on the labeling.
private  void NormalBURS.orderTrees(DepGraph dg)
          Stage 2: Construct topological ordering of tree roots based on the dependencies between nodes in the tree.