SandMark version 2.1


sandmark.util.controlflowgraph
Class RegisterAllocator.IGGraph

java.lang.Object
  |
  +--sandmark.util.controlflowgraph.Graph
        |
        +--sandmark.util.controlflowgraph.RegisterAllocator.IGGraph
Enclosing class:
RegisterAllocator

class RegisterAllocator.IGGraph
extends Graph


Nested Class Summary
 
Nested classes inherited from class sandmark.util.controlflowgraph.Graph
Graph.EdgeSet, Graph.NodeList
 
Field Summary
 
Fields inherited from class sandmark.util.controlflowgraph.Graph
edgeModCount, nodeModCount, removingEdge, removingNode, revRootEdgeModCount, rootEdgeModCount
 
Constructor Summary
RegisterAllocator.IGGraph()
           
 
Method Summary
 RegisterAllocator.IGNode getNode(LiveVariable lv)
           
 
Methods inherited from class sandmark.util.controlflowgraph.Graph
addEdge, addNode, buildRootList, getPostOrder, getPostOrderIndex, getPreds, getPreOrder, getPreOrderIndex, getSuccs, hasEdge, hasNode, nodes, removeEdge, removeNode, removeUnreachable, reverseRoots, roots, size, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegisterAllocator.IGGraph

public RegisterAllocator.IGGraph()
Method Detail

getNode

public RegisterAllocator.IGNode getNode(LiveVariable lv)

SandMark version 2.1

Wed Jul 3 17:27:43 MST 2002