Uses of Class
org.jikesrvm.compilers.opt.util.SpaceEffGraph

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

Uses of SpaceEffGraph in org.jikesrvm.compilers.opt.controlflow
 

Subclasses of SpaceEffGraph in org.jikesrvm.compilers.opt.controlflow
 class AnnotatedLSTGraph
          Extends the functionality of a LSTGraph so that it comprises AnnotatedLSTNodes which have extra information in them.
 class LSTGraph
          Identify natural loops and builds the LST (Loop Structure Tree) Note: throws an exception if an irreducible loop is found (which I believe could only happen in Java from modified bytecode, because Java source code is structured enough to prevent irreducible loops.)
 

Uses of SpaceEffGraph in org.jikesrvm.compilers.opt.depgraph
 

Subclasses of SpaceEffGraph in org.jikesrvm.compilers.opt.depgraph
 class DepGraph
          Dependence Graph for a single basic block in the program.
 

Uses of SpaceEffGraph in org.jikesrvm.compilers.opt.ir
 

Subclasses of SpaceEffGraph in org.jikesrvm.compilers.opt.ir
 class ControlFlowGraph
          The Factored Control Flow Graph (FCFG).
 

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

Subclasses of SpaceEffGraph in org.jikesrvm.compilers.opt.regalloc
(package private)  class CoalesceGraph
          This class represents a graph, where the nodes are registers the edge weights represent affinities between registers.
 

Uses of SpaceEffGraph in org.jikesrvm.compilers.opt.ssa
 

Fields in org.jikesrvm.compilers.opt.ssa declared as SpaceEffGraph
private  SpaceEffGraph ValueGraph.graph
          Internal graph structure of the value graph.