Print BasicBlock BB as an operand or print "<nullptr>" if BB is a nullptr.
Declared in <llvm/Transforms/Utils/BasicBlockUtils.h>
Printable
printBasicBlock(BasicBlock const* BB);
A printable representation of BB as an operand, or "<nullptr>".
| Name | Description |
|---|---|
| BB | Basic block to print, or nullptr. |