Uses of Interface
org.jikesrvm.compilers.opt.bc2ir.IRGenOptions

Packages that use IRGenOptions
org.jikesrvm.compilers.opt.bc2ir   
 

Uses of IRGenOptions in org.jikesrvm.compilers.opt.bc2ir
 

Classes in org.jikesrvm.compilers.opt.bc2ir that implement IRGenOptions
(package private)  class BBSet
          A somewhat complex subtask of IR generation is to discover and maintain the set of basic blocks that are being generated.
 class BC2IR
          This class translates from bytecode to HIR.