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

Description

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

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

Parameters

llvm::MachineBasicBlock* BB
const llvm::DebugLoc& DL
const llvm::MCInstrDesc& MCID