llvm::printBasicBlock

Print BasicBlock BB as an operand or print "<nullptr>" if BB is a nullptr.

Synopsis

Declared in <llvm/Transforms/Utils/BasicBlockUtils.h>

Printable
printBasicBlock(BasicBlock const* BB);

Return Value

A printable representation of BB as an operand, or "<nullptr>".

Parameters

NameDescription
BBBasic block to print, or nullptr.