Return true if this instruction is part of a bundle.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isBundled() const;

Return Value

True if bundled with a predecessor or successor.

Created with MrDocs