| Package | Description |
|---|---|
| com.google.gwt.dev.jjs.impl.gflow.liveness |
| Modifier and Type | Method and Description |
|---|---|
LivenessAssumption |
LivenessAssumption.join(LivenessAssumption value)
Computes union of all live variables.
|
LivenessAssumption |
LivenessAssumption.Updater.unwrap() |
| Modifier and Type | Method and Description |
|---|---|
FlowFunction<CfgNode<?>,CfgEdge,Cfg,LivenessAssumption> |
LivenessAnalysis.getFlowFunction() |
IntegratedFlowFunction<CfgNode<?>,CfgEdge,CfgTransformer,Cfg,LivenessAssumption> |
LivenessAnalysis.getIntegratedFlowFunction() |
| Modifier and Type | Method and Description |
|---|---|
LivenessAssumption |
LivenessAssumption.join(LivenessAssumption value)
Computes union of all live variables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LivenessFlowFunction.interpret(CfgNode<?> node,
Cfg g,
AssumptionMap<CfgEdge,LivenessAssumption> assumptionMap) |
TransformationFunction.Transformation<CfgTransformer,Cfg> |
LivenessIntegratedFlowFunction.interpretOrReplace(CfgNode<?> node,
Cfg graph,
AssumptionMap<CfgEdge,LivenessAssumption> assumptionMap) |
void |
LivenessAnalysis.setInitialGraphAssumptions(Cfg graph,
AssumptionMap<CfgEdge,LivenessAssumption> assumptionMap) |
| Constructor and Description |
|---|
LivenessAssumption(LivenessAssumption assumptions) |
Updater(LivenessAssumption assumption) |
Copyright © 2018. All rights reserved.