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

Packages that use org.jikesrvm.compilers.opt.liveness
org.jikesrvm.compilers.opt.depgraph   
org.jikesrvm.compilers.opt.ir   
org.jikesrvm.compilers.opt.liveness   
org.jikesrvm.compilers.opt.regalloc   
org.jikesrvm.compilers.opt.ssa   
 

Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.depgraph
LiveSet
          This file provides a sorted set of registers.
 

Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.ir
LiveIntervalEnumeration
          Enumerator for a list of live intervals stored on a basic block.
LiveSet
          This file provides a sorted set of registers.
 

Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.liveness
LiveAnalysis.BBLiveElement
           
LiveSet
          This file provides a sorted set of registers.
LiveSetElement
          A simple class that holds an element in a LiveSet.
LiveSetEnumerator
          An enumeration over live set lists
 

Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.regalloc
LiveAnalysis
          This class performs a flow-sensitive iterative live variable analysis.
 

Classes in org.jikesrvm.compilers.opt.liveness used by org.jikesrvm.compilers.opt.ssa
LiveAnalysis
          This class performs a flow-sensitive iterative live variable analysis.