org.jikesrvm.compilers.opt.controlflow
Class ReorderingPhase.ChainInfo

java.lang.Object
  extended by org.jikesrvm.compilers.opt.controlflow.ReorderingPhase.ChainInfo
Enclosing class:
ReorderingPhase

private static class ReorderingPhase.ChainInfo
extends Object


Field Summary
(package private)  BasicBlock head
           
(package private)  float inWeight
           
(package private)  HashMap<ReorderingPhase.ChainInfo,Object> outWeights
           
(package private)  float placedWeight
           
 
Constructor Summary
ReorderingPhase.ChainInfo(BasicBlock h)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

head

final BasicBlock head

placedWeight

float placedWeight

inWeight

float inWeight

outWeights

final HashMap<ReorderingPhase.ChainInfo,Object> outWeights
Constructor Detail

ReorderingPhase.ChainInfo

ReorderingPhase.ChainInfo(BasicBlock h)
Method Detail

toString

public String toString()
Overrides:
toString in class Object