Basic block type for an SSA-based CFG (SSACFG). It holds an array of SSAStmtInfos (ProgramPoint * SSA.Stmt).
Constructor | Description |
Full Usage:
SSABasicBlock(pp, instrs)
Parameters:
ProgramPoint
instrs : InstructionInfo[]
Returns: SSABasicBlock
|
|
Instance member | Description |
Full Usage:
this.DomFrontier
|
|
Full Usage:
this.FakeBlockInfo
Modifiers: abstract |
|
|
|
Full Usage:
this.ImmDominator
|
|
|
|
|
|
Full Usage:
this.SSAStmtInfos
Modifiers: abstract |
|
Full Usage:
this.UpdatePPoints()
|