| Package | Description |
|---|---|
| soot.jimple.toolkits.scalar.pre |
Particial redundency elimination.
|
| Constructor and Description |
|---|
LatestComputation(UnitGraph unitGraph,
DelayabilityAnalysis delayed,
java.util.Map equivRhsMap)
given a DelayabilityAnalysis and the computations of each unit, calculates
the latest computation-point for each expression.
|
LatestComputation(UnitGraph unitGraph,
DelayabilityAnalysis delayed,
java.util.Map equivRhsMap,
BoundedFlowSet set)
given a DelayabilityAnalysis and the computations of each unit, calculates
the latest computation-point for each expression.
the equivRhsMap could be calculated on the fly, but it is
very likely that it already exists (as similar maps are used for
calculating Earliestness, Delayed,...the shared set allows more efficient set-operations, when they the computation is merged with other analyses/computations. |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.