Show / Hide Table of Contents

    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 Source

    ApplicableRules

    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>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX