Uses of Class
org.jikesrvm.compilers.opt.ssa.SSAOptions

Packages that use SSAOptions
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.ssa   
 

Uses of SSAOptions in org.jikesrvm.compilers.opt.ir
 

Fields in org.jikesrvm.compilers.opt.ir declared as SSAOptions
 SSAOptions IR.actualSSAOptions
          Options that define the SSA properties currently carried by the IR.
 SSAOptions IR.desiredSSAOptions
          Options that define the SSA properties desired the next time we enter SSA form.
 

Uses of SSAOptions in org.jikesrvm.compilers.opt.ssa
 

Fields in org.jikesrvm.compilers.opt.ssa declared as SSAOptions
private  SSAOptions LoopVersioning.desiredSSAOptions
          SSA options
 

Methods in org.jikesrvm.compilers.opt.ssa with parameters of type SSAOptions
(package private)  boolean SSAOptions.satisfies(SSAOptions d)
          Given a desired set of SSA Options, does this set of SSA Options describe enough information to satisfy the desire?