Uses of Class
org.jikesrvm.compilers.opt.driver.OptimizationPlanner

Packages that use OptimizationPlanner
org.jikesrvm   
org.jikesrvm.compilers.opt.driver.ia32   
 

Uses of OptimizationPlanner in org.jikesrvm
 

Subclasses of OptimizationPlanner in org.jikesrvm
static class ArchitectureSpecificOpt.MIROptimizationPlanner
           
 

Uses of OptimizationPlanner in org.jikesrvm.compilers.opt.driver.ia32
 

Subclasses of OptimizationPlanner in org.jikesrvm.compilers.opt.driver.ia32
 class MIROptimizationPlanner
          This class specifies the order in which CompilerPhases are executed in the target-specific backend of the optimizing compiler.