coins.aflow
Class FindPLiveInLiveOut
java.lang.Object
coins.aflow.util.AnalAdapter
coins.aflow.FlowAdapter
coins.aflow.FindLiveInLiveOut
coins.aflow.FindPLiveInLiveOut
- All Implemented Interfaces:
- Analyzer
- public class FindPLiveInLiveOut
- extends FindLiveInLiveOut
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindPLiveInLiveOut
public FindPLiveInLiveOut(FlowResults pResults)
- Creates a new instance of FindPLiveInLiveOut
getExposed
protected FlowAnalSymVector getExposed(BBlock pBBlock)
- Specified by:
getExposed in class FindLiveInLiveOut
getDefined
protected FlowAnalSymVector getDefined(BBlock pBBlock)
- Specified by:
getDefined in class FindLiveInLiveOut
getLiveOut
protected FlowAnalSymVector getLiveOut(BBlock pBBlock)
- Specified by:
getLiveOut in class FindLiveInLiveOut
registerLiveIn
protected void registerLiveIn(BBlock pBBlock,
FlowAnalSymVector pLiveIn)
- Specified by:
registerLiveIn in class FindLiveInLiveOut
registerLiveOut
protected void registerLiveOut(BBlock pBBlock,
FlowAnalSymVector pLiveOut)
- Specified by:
registerLiveOut in class FindLiveInLiveOut
getExposed
protected FlowAnalSymVector getExposed(SetRefRepr pSetRefRepr)
- Specified by:
getExposed in class FindLiveInLiveOut
getDefined
protected FlowAnalSymVector getDefined(SetRefRepr pSetRefRepr)
- Specified by:
getDefined in class FindLiveInLiveOut
getLiveOut
protected FlowAnalSymVector getLiveOut(SetRefRepr pSetRefRepr)
- Specified by:
getLiveOut in class FindLiveInLiveOut
register
protected void register(SetRefRepr pSetRefRepr,
FlowAnalSymVector pLiveOut)
- Specified by:
register in class FindLiveInLiveOut