net.sf.bddbddb.dataflow
Class CopyProp
java.lang.Object
net.sf.bddbddb.dataflow.Problem
net.sf.bddbddb.dataflow.OperationProblem
net.sf.bddbddb.dataflow.CopyProp
- All Implemented Interfaces:
- IRPass
public class CopyProp
- extends OperationProblem
- implements IRPass
CopyProp
- Version:
- $Id: CopyProp.java 445 2005-02-21 02:32:50Z cs343 $
- Author:
- mcarbin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CopyProp
public CopyProp(IR ir)
run
public boolean run()
- Specified by:
run
in interface IRPass
setIn
public void setIn(Operation op,
CopyProp.CopyPropFact fact)
getIn
public CopyProp.CopyPropFact getIn(Operation op)
direction
public boolean direction()
- Specified by:
direction
in class OperationProblem
getTransferFunction
public Problem.TransferFunction getTransferFunction(Operation o)
- Specified by:
getTransferFunction
in class Problem
getBoundary
public Problem.Fact getBoundary()
- Specified by:
getBoundary
in class Problem
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
transform
public boolean transform(IterationList list)
Copyright © 2004-2008 Stanford SUIF Compiler Group. All Rights Reserved.