ΒΆMachineBasicBlock::instr_iterator finalizeBundle(
    llvm::MachineBasicBlock& MBB,
    MachineBasicBlock::instr_iterator FirstMI)

Description

finalizeBundle - Same functionality as the previous finalizeBundle except the last instruction in the bundle is not provided as an input. This is used in cases where bundles are pre-determined by marking instructions with 'InsideBundle' marker. It returns the MBB instruction iterator that points to the end of the bundle.

Declared at: llvm/include/llvm/CodeGen/MachineInstrBundle.h:36

Parameters

llvm::MachineBasicBlock& MBB
MachineBasicBlock::instr_iterator FirstMI