| Package | Description |
|---|---|
| soot.jimple.toolkits.scalar.pre |
Particial redundency elimination.
|
| Constructor and Description |
|---|
NotIsolatedAnalysis(DirectedGraph dg,
LatestComputation latest,
java.util.Map equivRhsMap)
automaticly performs the Isolation-analysis on the graph
dg using the Latest-computation latest.the equivRhsMap is only here to avoid doing these things
again... |
NotIsolatedAnalysis(DirectedGraph dg,
LatestComputation latest,
java.util.Map equivRhsMap,
BoundedFlowSet set)
automaticly performs the Isolation-analysis on the graph
dg using the Latest-computation latest.the equivRhsMap is only here to avoid doing these things
again...the shared set allows more efficient set-operations, when this analysis is joined with other analyses/computations. |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.