Uses of Class
org.jikesrvm.compilers.opt.regalloc.CoalesceGraph

Packages that use CoalesceGraph
org.jikesrvm.compilers.opt.regalloc   
 

Uses of CoalesceGraph in org.jikesrvm.compilers.opt.regalloc
 

Fields in org.jikesrvm.compilers.opt.regalloc declared as CoalesceGraph
private  CoalesceGraph GenericRegisterPreferences.graph
          The main backing data structure;
 

Methods in org.jikesrvm.compilers.opt.regalloc that return CoalesceGraph
 CoalesceGraph GenericRegisterPreferences.getGraph()
          Return the backing graph holding the preferences.