| Package | Description |
|---|---|
| soot.jimple.toolkits.scalar.pre |
Particial redundency elimination.
|
| Constructor and Description |
|---|
DelayabilityAnalysis(DirectedGraph dg,
EarliestnessComputation earliest,
java.util.Map equivRhsMap)
automaticly performs the Delayability-analysis on the graph
dg and the Earliest-computation earliest.the equivRhsMap is only here to avoid doing these things
again... |
DelayabilityAnalysis(DirectedGraph dg,
EarliestnessComputation earliest,
java.util.Map equivRhsMap,
BoundedFlowSet set)
automaticly performs the Delayability-analysis on the graph
dg and the Earliest-computation earliest.the equivRhsMap is only here to avoid doing these things
again...as set-operations are usually more efficient, if the sets come from one source, sets should be shared around analyses, if the analyses are to be combined. |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.