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
InstructionUpdate
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 SourceTag
Gets the tag of the instruction that is updated.
Declaration
public ValueTag Tag { get; }
Property Value
Type | Description |
---|---|
ValueTag | The tag of an instruction. |