harpoon.Analysis.DataFlow
Class ReachingDefs

java.lang.Object
  extended by harpoon.Analysis.DataFlow.ReachingDefs

public abstract class ReachingDefs
extends Object

ReachingDefs is a ForwardDataFlowBasicBlockVisitor for performing reaching definitions analysis on any IR that implements HCodeElement, CFGraphable, and UseDefable.

Version:
$Id: ReachingDefs.java,v 1.6 2004/02/08 03:19:21 cananian Exp $
Author:
John Whaley <jwhaley@alum.mit.edu>, Felix S. Klock II <pnkfelix@mit.edu>, Duncan Bryce <duncan@lcs.mit.edu>

Constructor Summary
ReachingDefs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReachingDefs

public ReachingDefs()