The core interface of a Constant Propagation (CP) algorithm.
Instance member | Description |
Full Usage:
this.Bottom
Returns: 'L
Modifiers: abstract |
|
Full Usage:
this.GoingUp(fromV) (toV)
Parameters:
'L
toV : 'L
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Meet(arg1) (arg2)
Parameters:
'L
arg1 : 'L
Returns: 'L
Modifiers: abstract |
|
|
Read memory. Some analyses require reading data section values, and this function is used in such cases.
|
Full Usage:
this.Transfer(arg1) (arg2) (arg3) (arg4) (arg5)
Parameters:
CPState<'L>
arg1 : DiGraph<SSABasicBlock, CFGEdgeKind>
arg2 : Vertex<SSABasicBlock>
arg3 : ProgramPoint
arg4 : Stmt
Modifiers: abstract |
|