Class MemorySSA.Value
A memory SSA value, i.e., a state that memory can have.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public abstract class MemorySSA.Value
Methods
| Edit this page View SourceTryGetValueAt(ValueTag, FlowGraph, out ValueTag)
Tries to ascertain the value stored at a particular address.
Declaration
public bool TryGetValueAt(ValueTag address, FlowGraph graph, out ValueTag value)
Parameters
| Type | Name | Description |
|---|---|---|
| ValueTag | address | The address to examine. |
| FlowGraph | graph | The graph that defines the address value. |
| ValueTag | value | This method's result: the value that is stored at the address, if any. |
Returns
| Type | Description |
|---|---|
| bool |
|