Returns true if the MachineInstr represents a label.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isLabel() const;

Return Value

true if the MachineInstr represents a label.

Created with MrDocs