public class PessimisticAvailableExpressionsAnalysis extends SlowAvailableExpressionsAnalysis
FlowAnalysis.Flow
filterUnitToAfterFlow, unitToAfterFlow
filterUnitToBeforeFlow, graph, unitToBeforeFlow
Constructor and Description |
---|
PessimisticAvailableExpressionsAnalysis(DirectedGraph<Unit> dg,
SootMethod m,
SideEffectTester st) |
Modifier and Type | Method and Description |
---|---|
protected FlowSet<Value> |
newInitialFlow()
Returns the flow object corresponding to the initial values for
each graph node.
|
copy, entryInitialFlow, flowThrough, merge
doAnalysis, isForward
getFlow, getFlowAfter, getFlowBefore, omissible
merge, mergeInto, treatTrapHandlersAsEntries
public PessimisticAvailableExpressionsAnalysis(DirectedGraph<Unit> dg, SootMethod m, SideEffectTester st)
protected FlowSet<Value> newInitialFlow()
AbstractFlowAnalysis
newInitialFlow
in class SlowAvailableExpressionsAnalysis