Module llvm_ir::terminator
source · [−]Structs
See LLVM 14 docs on the ‘br’ instruction.
The LLVM ‘br’ instruction has both conditional and unconditional variants, which we separate – this is
the unconditional variant, while the conditional variant is CondBr.
See LLVM 14 docs on the ‘br’ instruction.
The LLVM ‘br’ instruction has both conditional and unconditional variants, which we separate – this is
the conditional variant, while the unconditional variant is Br.
Enums
Terminator instructions end a basic block. See LLVM 14 docs on Terminator Instructions