|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IterationList | |
---|---|
net.sf.bddbddb | |
net.sf.bddbddb.dataflow | |
net.sf.bddbddb.ir | |
net.sf.bddbddb.ir.dynamic |
Uses of IterationList in net.sf.bddbddb |
---|
Methods in net.sf.bddbddb that return IterationList | |
---|---|
IterationList |
IterationFlowGraph.expand()
|
IterationList |
IterationList.getContainingList(IterationElement e)
|
IterationList |
IterationFlowGraph.getIterationList()
|
IterationList |
IterationList.getLoopEdge()
|
Uses of IterationList in net.sf.bddbddb.dataflow |
---|
Methods in net.sf.bddbddb.dataflow that return IterationList | |
---|---|
IterationList |
CopyProp.CopyPropFact.getLocation()
|
IterationList |
BitVectorFact.getLocation()
|
IterationList |
RelationProblem.RelationFacts.getLocation()
|
IterationList |
ConstantProp.ConstantPropFact.getLocation()
|
IterationList |
Problem.Fact.getLocation()
|
IterationList |
PartialOrder.PartialOrderFact.getLocation()
|
Methods in net.sf.bddbddb.dataflow with parameters of type IterationList | |
---|---|
Problem.Fact |
CopyProp.CopyPropFact.copy(IterationList loc)
|
Problem.Fact |
UnionBitVectorFact.copy(IterationList list)
|
Problem.Fact |
RelationProblem.RelationFacts.copy(IterationList loc)
|
Problem.Fact |
ConstantProp.ConstantPropFact.copy(IterationList loc)
|
Problem.Fact |
ConstantProp.ConstantPropFacts.copy(IterationList loc)
|
Problem.Fact |
Problem.Fact.copy(IterationList loc)
|
Problem.Fact |
PartialOrder.PartialOrderFact.copy(IterationList loc)
|
void |
DataflowSolver.DataflowIterator.enter(IterationList list)
|
void |
PartialRedundancy.getExpressions(IterationList list,
int depth)
|
Problem.Fact |
DataflowSolver.getFact(IterationList block)
Returns the dataflow information for a given block. |
void |
PartialRedundancy.initialize(IterationList list)
|
void |
PartialRedundancy.mapOpsToExpressions(IterationList list)
|
void |
CopyProp.CopyPropFact.setLocation(IterationList loc)
|
void |
BitVectorFact.setLocation(IterationList list)
|
void |
RelationProblem.RelationFacts.setLocation(IterationList loc)
|
void |
ConstantProp.ConstantPropFact.setLocation(IterationList loc)
|
void |
Problem.Fact.setLocation(IterationList loc)
|
void |
PartialOrder.PartialOrderFact.setLocation(IterationList loc)
|
void |
DataflowSolver.solve(Problem p,
IterationList g)
|
boolean |
PartialRedundancy.transform(IterationList list)
|
boolean |
CopyProp.transform(IterationList list)
|
Constructors in net.sf.bddbddb.dataflow with parameters of type IterationList | |
---|---|
DataflowSolver.DataflowIterator(Problem p,
Problem.Fact startingFact,
IterationList block)
|
Uses of IterationList in net.sf.bddbddb.ir |
---|
Methods in net.sf.bddbddb.ir with parameters of type IterationList | |
---|---|
void |
DomainAssignment.addConstraints(IterationList list)
|
boolean |
BDDInterpreter.interpret(IterationList list)
|
void |
IR.printIR(IterationList list,
java.lang.String space)
|
Uses of IterationList in net.sf.bddbddb.ir.dynamic |
---|
Methods in net.sf.bddbddb.ir.dynamic that return IterationList | |
---|---|
IterationList |
If.getBlock()
|
Constructors in net.sf.bddbddb.ir.dynamic with parameters of type IterationList | |
---|---|
If(IRBoolean bool,
IterationList block)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |