Struct ValueLiveness
Describes which variables are live at any location in a control flow graph.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public struct ValueLiveness
Methods
| Edit this page View SourceGetLiveness(BasicBlockTag)
Gets block liveness data for a particular block.
Declaration
public BlockLiveness GetLiveness(BasicBlockTag tag)
Parameters
| Type | Name | Description |
|---|---|---|
| BasicBlockTag | tag | The tag of the block to get the liveness data for. |
Returns
| Type | Description |
|---|---|
| BlockLiveness | Block liveness data. |