Show / Hide Table of Contents

    Class BasicBlockUpdate

    A flow graph update at the basic block level: the insertion, deletion or modification of a basic block.

    Inheritance
    System.Object
    FlowGraphUpdate
    BasicBlockUpdate
    AddBasicBlockUpdate
    BasicBlockFlowUpdate
    BasicBlockParametersUpdate
    RemoveBasicBlockUpdate
    SetEntryPointUpdate
    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 BasicBlockUpdate : FlowGraphUpdate

    Properties

    | Improve this Doc View Source

    Tag

    Gets the tag of the block that is updated.

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

    The tag of a basic block.

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