Return the machine basic block being instrumented.
Synopsis
Declared in <llvm/CodeGen/CodeGenCommonISel.h>
MachineBasicBlock*
getParentMBB();
Return Value
The parent machine basic block, or nullptr if not set.
Created with MrDocs