Search Results for

    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
    object
    FlowGraphUpdate
    BasicBlockUpdate
    AddBasicBlockUpdate
    BasicBlockFlowUpdate
    BasicBlockParametersUpdate
    RemoveBasicBlockUpdate
    SetEntryPointUpdate
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Flame.Compiler.Analysis
    Assembly: Flame.Compiler.dll
    Syntax
    public abstract class BasicBlockUpdate : FlowGraphUpdate

    Properties

    | Edit this page 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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX