Class BasicBlockUpdate
A flow graph update at the basic block level: the insertion, deletion or modification of a basic block.
Inheritance
System.Object
BasicBlockUpdate
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 SourceTag
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. |