Uses of Package
org.jikesrvm.compilers.opt

Packages that use org.jikesrvm.compilers.opt
org.jikesrvm.adaptive.controller   
org.jikesrvm.adaptive.measurements.instrumentation   
org.jikesrvm.adaptive.recompilation   
org.jikesrvm.adaptive.recompilation.instrumentation   
org.jikesrvm.compilers.common   
org.jikesrvm.compilers.opt   
org.jikesrvm.compilers.opt.bc2ir   
org.jikesrvm.compilers.opt.bc2ir.ia32   
org.jikesrvm.compilers.opt.controlflow   
org.jikesrvm.compilers.opt.driver   
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.mir2mc   
org.jikesrvm.compilers.opt.regalloc   
org.jikesrvm.compilers.opt.regalloc.ia32   
org.jikesrvm.compilers.opt.specialization   
org.jikesrvm.compilers.opt.ssa   
org.jikesrvm.osr   
org.jikesrvm.tools.oth   
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.adaptive.controller
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.adaptive.measurements.instrumentation
InstrumentedEventCounterManager
          This interface defines the functionality necessary to be a InstrumentedEventCounterManager.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.adaptive.recompilation
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.adaptive.recompilation.instrumentation
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.common
OptimizingCompilerException
          Use this exception if we encounter a runtime error in the dynamic optimizing compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt
FieldDatabase
          database to hold field-level information this is a mapping from RVMField -> FieldDatabaseEntry
FieldDatabase.FieldDatabaseEntry
          A data structure holding information about a field.
FieldDatabase.FieldWriterInfo
          A data structure holding information about a particular <method,field> combination, where the method may write the field.
LocalCSE.AvailableExpression
          A tuple to record an Available Expression
LocalCSE.AvExCache
          Implements a cache of Available Expressions
MagicNotImplementedException
          Use this exception when the opt compiler attempts to compile an unsupported magic.
OperationNotImplementedException
          Use this exception when the opt compiler attempts to compile/optimize a method containing a currently unsupported (but expected) operation.
OptimizingCompilerException
          Use this exception if we encounter a runtime error in the dynamic optimizing compiler.
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
Simplifier.DefUseEffect
          Effect of the simplification on Def-Use chains
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.bc2ir
MagicNotImplementedException
          Use this exception when the opt compiler attempts to compile an unsupported magic.
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.bc2ir.ia32
MagicNotImplementedException
          Use this exception when the opt compiler attempts to compile an unsupported magic.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.controlflow
OptimizingCompilerException
          Use this exception if we encounter a runtime error in the dynamic optimizing compiler.
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.driver
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.escape
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.hir2lir
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
Simple
          Simple flow-insensitive optimizations.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.inlining
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.instrsched
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.ir
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.mir2mc
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.regalloc
OptimizingCompilerException
          Use this exception if we encounter a runtime error in the dynamic optimizing compiler.
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.regalloc.ia32
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.specialization
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.compilers.opt.ssa
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.osr
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.
 

Classes in org.jikesrvm.compilers.opt used by org.jikesrvm.tools.oth
OptOptions
          Class to handle command-line arguments and options for the optimizng compiler.