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

Packages that use DepGraphEdge
org.jikesrvm.compilers.opt.depgraph   
 

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

Methods in org.jikesrvm.compilers.opt.depgraph that return DepGraphEdge
static DepGraphEdge DepGraphEdge.findInputEdge(DepGraphNode n, Operand op)
          Return the input edge for a given node that corresponds to a given operand.