A basic block that consists of IR (LowUIR) statements. It contains all the InstructionInfo of the basic block. We say an IRBasicBlock is a fake block if it contains no instruction, i.e., when the instrs is [||].
Constructor | Description |
Full Usage:
IRBasicBlock(instrs, ppoint)
Parameters:
InstructionInfo[]
ppoint : ProgramPoint
Returns: IRBasicBlock
|
|
Instance member | Description |
Full Usage:
this.FakeBlockInfo
Modifiers: abstract |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.SyscallTail
Modifiers: abstract |
|
|