SandMark version 2.0


sandmark.util.controlflowgraph
Class DominanceFrontier

java.lang.Object
  |
  +--sandmark.util.controlflowgraph.DominanceFrontier

public class DominanceFrontier
extends java.lang.Object


Constructor Summary
DominanceFrontier()
           
 
Method Summary
static void buildFrontier(MethodCFG graph, boolean reverse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DominanceFrontier

public DominanceFrontier()
Method Detail

buildFrontier

public static void buildFrontier(MethodCFG graph,
                                 boolean reverse)

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002