SandMark version 3.0


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


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, graph, hasEdge, hasNode, main, nodes, removeEdge, removeNode, removeUnreachable, reverseRoots, roots, shouldIncludeInGraph, 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 3.0

Wed Jan 29 10:30:05 MST 2003