Header menu logo B2R2

SSAEdges Type

SSA edges in a CFG.

Constructors

Constructor Description

SSAEdges(ssaCFG)

Full Usage: SSAEdges(ssaCFG)

Parameters:
Returns: SSAEdges
ssaCFG : IDiGraphAccessible<SSABasicBlock, CFGEdgeKind>
Returns: SSAEdges

Instance members

Instance member Description

this.Defs

Full Usage: this.Defs

Returns: Dictionary<Variable, Stmt>

A mapping from an SSA var to its def stmt.

Returns: Dictionary<Variable, Stmt>

this.Uses

Full Usage: this.Uses

Returns: Dictionary<Variable, Set<SSAStmtLocation>>

A mapping from an SSA var to a set of use locations.

Returns: Dictionary<Variable, Set<SSAStmtLocation>>

Type something to start searching.