Prints a machine basic block reference.
Synopsis
Declared in <llvm/CodeGen/MachineBasicBlock.h>
Printable
printMBBReference(MachineBasicBlock const& MBB);
Description
The format is: %bb.5 ‐ a machine basic block with MBB.getNumber() == 5.
Usage: OS << printMBBReference(MBB) << ' ';
Return Value
Simple wrapper around std::function<void(raw_ostream&)>. This class is useful to construct print helpers for raw_ostream.
Created with MrDocs