llvm::MachineInstr::getParent

Return the mutable basic block that contains this instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

MachineBasicBlock*
getParent();

Return Value

Mutable pointer to the parent MachineBasicBlock, or null.