C# Class Reko.Analysis.ValueNumbering.Node

Represents a node in the SSA node graph. All edges are to operands used to compute this node.
Mostra file Open project: uxmal/reko

Public Properties

Property Type Description
DfsNumber int
Visited bool
definingExpr Expression
info Reko.Analysis.SsaIdentifier
low int
lvalue Expression
vn Expression

Public Methods

Method Description
Node ( Reko.Analysis.SsaIdentifier info ) : Reko.Core

Method Details

Node() public method

public Node ( Reko.Analysis.SsaIdentifier info ) : Reko.Core
info Reko.Analysis.SsaIdentifier
return Reko.Core

Property Details

DfsNumber public_oe property

public int DfsNumber
return int

Visited public_oe property

public bool Visited
return bool

definingExpr public_oe property

public Expression definingExpr
return Expression

info public_oe property

public SsaIdentifier,Reko.Analysis info
return Reko.Analysis.SsaIdentifier

low public_oe property

public int low
return int

lvalue public_oe property

public Expression lvalue
return Expression

vn public_oe property

public Expression vn
return Expression