Uses of Class
org.jikesrvm.compilers.opt.controlflow.LSTNode.Edge

Packages that use LSTNode.Edge
org.jikesrvm.compilers.opt.controlflow   
 

Uses of LSTNode.Edge in org.jikesrvm.compilers.opt.controlflow
 

Fields in org.jikesrvm.compilers.opt.controlflow with type parameters of type LSTNode.Edge
(package private)  ArrayList<LSTNode.Edge> LSTNode.loopExits
          The CFG Edges that are exits from the loop.