C# Class Reko.Analysis.ValueNumbering.Node

Represents a node in the SSA node graph. All edges are to operands used to compute this node.
Show 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 property

public int DfsNumber
return int

Visited public property

public bool Visited
return bool

definingExpr public property

public Expression definingExpr
return Expression

info public property

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

low public property

public int low
return int

lvalue public property

public Expression lvalue
return Expression

vn public property

public Expression vn
return Expression