Uses of Package
org.jikesrvm.compilers.opt.driver

Packages that use org.jikesrvm.compilers.opt.driver
org.jikesrvm   
org.jikesrvm.adaptive   
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.measurements.instrumentation   
org.jikesrvm.adaptive.recompilation   
org.jikesrvm.adaptive.recompilation.instrumentation   
org.jikesrvm.adaptive.util   
org.jikesrvm.compilers.common   
org.jikesrvm.compilers.opt   
org.jikesrvm.compilers.opt.bc2ir   
org.jikesrvm.compilers.opt.controlflow   
org.jikesrvm.compilers.opt.driver   
org.jikesrvm.compilers.opt.driver.ia32   
org.jikesrvm.compilers.opt.escape   
org.jikesrvm.compilers.opt.hir2lir   
org.jikesrvm.compilers.opt.inlining   
org.jikesrvm.compilers.opt.instrsched   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.ir.operand   
org.jikesrvm.compilers.opt.lir2mir   
org.jikesrvm.compilers.opt.lir2mir.ia32   
org.jikesrvm.compilers.opt.liveness   
org.jikesrvm.compilers.opt.mir2mc   
org.jikesrvm.compilers.opt.regalloc   
org.jikesrvm.compilers.opt.regalloc.ia32   
org.jikesrvm.compilers.opt.runtimesupport   
org.jikesrvm.compilers.opt.specialization   
org.jikesrvm.compilers.opt.ssa   
org.jikesrvm.osr   
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm
CompilerPhase
          Compiler phases all extend this abstract class.
OptimizationPlanner
          This class specifies the order in which CompilerPhases are executed during the HIR and LIR phase of the opt compilation of a method.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.adaptive
CompilationPlan
           
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.adaptive.controller
CompilationPlan
           
InstrumentationPlan
          An instance of this class acts instructs the optimizing compiler how to instrument a method to support the gathering of runtime measurement information Currently empty, but will gradually add function here as the Adaptive Optimization Subsystem evolves.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.adaptive.measurements.instrumentation
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.adaptive.recompilation
CompilationPlan
           
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.adaptive.recompilation.instrumentation
CompilerPhase
          Compiler phases all extend this abstract class.
InstrumentationPlan
          An instance of this class acts instructs the optimizing compiler how to instrument a method to support the gathering of runtime measurement information Currently empty, but will gradually add function here as the Adaptive Optimization Subsystem evolves.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.adaptive.util
CompilationPlan
           
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.common
CompilationPlan
           
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt
CompilerPhase
          Compiler phases all extend this abstract class.
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.bc2ir
CompilerPhase
          Compiler phases all extend this abstract class.
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.controlflow
CompilerPhase
          Compiler phases all extend this abstract class.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.driver
CompilationPlan
           
CompilerPhase
          Compiler phases all extend this abstract class.
InstrumentationPlan
          An instance of this class acts instructs the optimizing compiler how to instrument a method to support the gathering of runtime measurement information Currently empty, but will gradually add function here as the Adaptive Optimization Subsystem evolves.
OptimizationPlanAtomicElement
          An element in the opt compiler's optimization plan that consists of a single CompilerPhase.
OptimizationPlanCompositeElement
          An element in the opt compiler's optimization plan that aggregates together other OptimizationPlan elements.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.driver.ia32
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
OptimizationPlanner
          This class specifies the order in which CompilerPhases are executed during the HIR and LIR phase of the opt compilation of a method.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.escape
CompilerPhase
          Compiler phases all extend this abstract class.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.hir2lir
CompilerPhase
          Compiler phases all extend this abstract class.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.inlining
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.instrsched
CompilerPhase
          Compiler phases all extend this abstract class.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.ir
CompilationPlan
           
InstrumentationPlan
          An instance of this class acts instructs the optimizing compiler how to instrument a method to support the gathering of runtime measurement information Currently empty, but will gradually add function here as the Adaptive Optimization Subsystem evolves.
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.ir.operand
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.lir2mir
CompilerPhase
          Compiler phases all extend this abstract class.
OptimizationPlanCompositeElement
          An element in the opt compiler's optimization plan that aggregates together other OptimizationPlan elements.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.lir2mir.ia32
CompilerPhase
          Compiler phases all extend this abstract class.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.liveness
CompilerPhase
          Compiler phases all extend this abstract class.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.mir2mc
CompilerPhase
          Compiler phases all extend this abstract class.
OptimizationPlanCompositeElement
          An element in the opt compiler's optimization plan that aggregates together other OptimizationPlan elements.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.regalloc
CompilerPhase
          Compiler phases all extend this abstract class.
OptimizationPlanCompositeElement
          An element in the opt compiler's optimization plan that aggregates together other OptimizationPlan elements.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.regalloc.ia32
CompilerPhase
          Compiler phases all extend this abstract class.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.runtimesupport
OptConstants
          Class that holds miscellaneous constants used in the opt compiler
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.specialization
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.compilers.opt.ssa
CompilerPhase
          Compiler phases all extend this abstract class.
OptimizationPlanCompositeElement
          An element in the opt compiler's optimization plan that aggregates together other OptimizationPlan elements.
OptimizationPlanElement
          An element in the opt compiler's optimization plan.
 

Classes in org.jikesrvm.compilers.opt.driver used by org.jikesrvm.osr
CompilerPhase
          Compiler phases all extend this abstract class.