Uses of Class
org.jikesrvm.compilers.opt.controlflow.AnnotatedLSTNode.NonRegularLoopException

Packages that use AnnotatedLSTNode.NonRegularLoopException
org.jikesrvm.compilers.opt.controlflow   
 

Uses of AnnotatedLSTNode.NonRegularLoopException in org.jikesrvm.compilers.opt.controlflow
 

Methods in org.jikesrvm.compilers.opt.controlflow that throw AnnotatedLSTNode.NonRegularLoopException
private  void AnnotatedLSTNode.checkInEdgesAreInLoop(BasicBlock block)
          Check the edges into a block are from within the loop
private  void AnnotatedLSTNode.checkOutEdgesAreInLoop(BasicBlock block)
          Check the edges out of a block are within the loop
private  void AnnotatedLSTNode.processExit()
          Process the loop exit basic block
private  void AnnotatedLSTNode.processHeader()
          Process the loop header basic block
private  void AnnotatedLSTNode.processLoopBlock(BasicBlock block)
          Process a regular block within the loop