Bundle instructions in MBB between BeginItr and EndItr.

Synopsis

Declared in <llvm/CodeGen/DFAPacketizer.h>

void
PacketizeMIs(
    MachineBasicBlock* MBB,
    MachineBasicBlock::iterator BeginItr,
    MachineBasicBlock::iterator EndItr);

Description

Implement this API in the backend to bundle instructions.

Parameters

Name

Description

MBB

Basic block whose instructions are packetized.

BeginItr

First instruction in the packetizing range.

EndItr

One‐past‐the‐last instruction in the packetizing range.

Created with MrDocs