Module llvm_ir::basicblock [−][src]
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 12 docs on Functions