Class Branch
Branch instruction
Namespace: Llvm.NET.Instructions
Assembly: Llvm.NET.dll
Syntax
public class Branch : Terminator, IExtensiblePropertyContainer, IOperandContainer<Value>
Properties
Condition | Gets the condition for the branch, if any |
IsConditional | Gets a value indicating whether this branch is conditional |
IsUnconitional | Gets a value indicating whether this branch is unconditional |
Successors | Gets the successor block(s) for this branch |