Module llvm_ir::terminator [−][src]
Structs
| Br | See LLVM 12 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 |
| CallBr | |
| CatchRet | |
| CatchSwitch | |
| CleanupRet | |
| CondBr | See LLVM 12 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 |
| IndirectBr | |
| Invoke | |
| Resume | |
| Ret | |
| Switch | |
| Unreachable |
Enums
| Terminator | Terminator instructions end a basic block. See LLVM 12 docs on Terminator Instructions |