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
InstructionUpdate
Inherited Members
Namespace: Flame.Compiler.Analysis
Assembly: Flame.Compiler.dll
Syntax
public abstract class InstructionUpdate : FlowGraphUpdate
Properties
| Edit this page 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. |