Class InstructionSimplificationAnalysis.Results
The results produced by the analysis.
Inheritance
System.Object
InstructionSimplificationAnalysis.Results
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Flame.Compiler.Transforms
Assembly: Flame.Compiler.dll
Syntax
public sealed class Results
Fields
| Improve this Doc View SourceApplicableRules
The set of all applicable rules detected by the analysis.
Declaration
public readonly IReadOnlyList<Transform> ApplicableRules
Field Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<Transform> |