Uses of Class
org.jikesrvm.compilers.opt.regalloc.LinearScan.ActiveSet

Packages that use LinearScan.ActiveSet
org.jikesrvm.compilers.opt.regalloc   
 

Uses of LinearScan.ActiveSet in org.jikesrvm.compilers.opt.regalloc
 

Fields in org.jikesrvm.compilers.opt.regalloc declared as LinearScan.ActiveSet
 LinearScan.ActiveSet LinearScan.LinearScanState.active
          Analysis information used by linear scan.
private  LinearScan.ActiveSet GenericStackManager.activeSet
          We may rely on information from linear scan to choose scratch registers.
 

Methods in org.jikesrvm.compilers.opt.regalloc with parameters of type LinearScan.ActiveSet
 void GenericStackManager.insertSpillCode(LinearScan.ActiveSet set)
          After register allocation, go back through the IR and insert compensating code to deal with spills.