llvm::MachineInstr::getBundleSize

Return the number of instructions inside this bundle, excluding the header.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

unsigned int
getBundleSize() const;

Description

This is the number MachineBasicBlock::iterator skips; 0 if unbundled.

Return Value

Bundle size excluding the header, or 0 if not bundled.