Uses of Class
org.jikesrvm.compilers.opt.controlflow.BranchOptimizationDriver

Packages that use BranchOptimizationDriver
org.jikesrvm.compilers.opt.controlflow   
 

Uses of BranchOptimizationDriver in org.jikesrvm.compilers.opt.controlflow
 

Subclasses of BranchOptimizationDriver in org.jikesrvm.compilers.opt.controlflow
 class BranchOptimizations
          Perform simple peephole optimizations for branches.
 class MIRBranchOptimizations
          Perform simple peephole optimizations for MIR branches.