Struct BlockFixpointAnalysis<TBlockState>.Result
The result of a block fixpoint analysis.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public struct Result
Properties
| Improve this Doc View SourceBlockResults
Gets a mapping of basic blocks to block analysis results.
Declaration
public IReadOnlyDictionary<BasicBlockTag, TBlockState> BlockResults { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyDictionary<BasicBlockTag, TBlockState> | A mapping of basic blocks to analysis results. |