Class Branch
Branch instruction
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.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 |