The base type for basic block.
Constructor | Description |
|
|
Instance member | Description |
Full Usage:
this.IsFakeBlock()
Returns: bool
Modifiers: abstract |
Check if this is a fake basic block inserted by our analysis. We create a fake block to represent call target vertices in a function-level CFG.
|
|
|
|
|
|
|