Return true if this is a debug instruction or a pseudo probe.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isDebugOrPseudoInstr() const;
Return Value
True if this is a debug or PSEUDO_PROBE instruction.
Created with MrDocs