Module llvm_ir::basicblock

source ·

Structs§

  • A BasicBlock is a sequence of zero or more non-terminator instructions followed by a single terminator instruction which ends the block. Basic blocks are discussed in the LLVM 14 docs on Functions