Class MemorySSA.Unknown
A memory SSA value that represents a completely unknown state.
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public sealed class MemorySSA.Unknown : MemorySSA.Value
Fields
| Edit this page View SourceInstance
An instance of the unknown state.
Declaration
public static readonly MemorySSA.Unknown Instance
Field Value
| Type | Description |
|---|---|
| MemorySSA.Unknown | The unknown state. |