Enum InstructionFlowControl
Provides members for describing various flow control properties of an instruction.
[Flags]
public enum InstructionFlowControl
Fields
CanBranch = 2Indicates the instruction might branch out from the normal control flow to a different instruction.
Fallthrough = 1Indicates the instruction does not have any specific attributes assigned to it.
IsTerminator = 4Indicates the instruction terminates the current execution path.