A program point (ProgramPoint) is a fine-grained location in a program, which can point to a specific IR statement. We represent it as a tuple: (Address of the instruction, Index of the IR stmt for the instruction).
Constructor | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.Position
Returns: int
|
|
Static member | Description |
|
Get a fake program point to represent a fake vertex, which does not exist in a CFG. Fake vertices are useful for representing external function calls and their nodes in the SCFG.
|
|
|
|
|