ΒΆinline llvm::MachineInstrBuilder BuildMI(
    llvm::MachineBasicBlock& BB,
    MachineBasicBlock::iterator I,
    const llvm::DebugLoc& DL,
    const llvm::MCInstrDesc& MCID)

Description

This version of the builder inserts the newly-built instruction before the given position in the given MachineBasicBlock, and does NOT take a destination register.

Declared at: llvm/include/llvm/CodeGen/MachineInstrBuilder.h:389

Parameters

llvm::MachineBasicBlock& BB
MachineBasicBlock::iterator I
const llvm::DebugLoc& DL
const llvm::MCInstrDesc& MCID