Show / Hide Table of Contents

    Class InstructionUpdate

    A flow graph update at the instruction level: the insertion, deletion or replacement of an instruction. These updates don't affect the control flow graph itself.

    Inheritance
    System.Object
    FlowGraphUpdate
    InstructionUpdate
    AddInstructionUpdate
    RemoveInstructionUpdate
    ReplaceInstructionUpdate
    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.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public abstract class InstructionUpdate : FlowGraphUpdate

    Properties

    | Improve this Doc View Source

    Tag

    Gets the tag of the instruction that is updated.

    Declaration
    public ValueTag Tag { get; }
    Property Value
    Type Description
    ValueTag

    The tag of an instruction.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX