ida.pelab.loopdistributionTool
Class DependencyPool

java.lang.Object
  extended by ida.pelab.loopdistributionTool.DependencyPool

public class DependencyPool
extends java.lang.Object


Constructor Summary
DependencyPool()
           
 
Method Summary
static void addDefUseSet(ElementSet newSet, cetus.hir.Traversable currentNode)
           
static void clear()
           
static ElementSet getDefUseSet(cetus.hir.Traversable currentNode)
           
static void removeDependency(cetus.hir.Traversable currentNode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyPool

public DependencyPool()
Method Detail

getDefUseSet

public static ElementSet getDefUseSet(cetus.hir.Traversable currentNode)

addDefUseSet

public static void addDefUseSet(ElementSet newSet,
                                cetus.hir.Traversable currentNode)

removeDependency

public static void removeDependency(cetus.hir.Traversable currentNode)

clear

public static void clear()