harpoon.Analysis.DataFlow
Class ReachingDefs
java.lang.Object
|
+--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.3 2002/04/02 23:39:11 salcianu Exp $
- Author:
- John Whaley <jwhaley@alum.mit.edu>
, Felix S. Klock II <pnkfelix@mit.edu>
, Duncan Bryce <duncan@lcs.mit.edu>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReachingDefs
public ReachingDefs()