Header menu logo B2R2

ISSAAccessible Type

Interface for a basic block containing a sequence of SSA statements.

Instance members

Instance member Description

this.LastStmt

Full Usage: this.LastStmt

Returns: Stmt
Modifiers: abstract

Get the last SSA statement of the basic block.

Returns: Stmt

this.PrependPhi

Full Usage: this.PrependPhi

Parameters:
Modifiers: abstract

Prepend a phi statement to the basic block.

arg0 : VariableKind
count : int

this.Statements

Full Usage: this.Statements

Returns: (ProgramPoint * Stmt)[]
Modifiers: abstract

Return a sequence of SSA statements along with their program points.

Returns: (ProgramPoint * Stmt)[]

this.UpdatePPoints

Full Usage: this.UpdatePPoints

Modifiers: abstract

Update program points. This must be called after updating SSA stmts.

this.UpdateStatements

Full Usage: this.UpdateStatements

Parameters:
Modifiers: abstract

Update SSA statements.

arg0 : (ProgramPoint * Stmt)[]

Type something to start searching.