ΒΆllvm::MachineInstrBuilder BuildMI(
    llvm::MachineBasicBlock& BB,
    MachineBasicBlock::iterator I,
    const llvm::DebugLoc& DL,
    const llvm::MCInstrDesc& MCID,
    bool IsIndirect,
    llvm::Register Reg,
    const llvm::MDNode* Variable,
    const llvm::MDNode* Expr)

Description

This version of the builder builds a DBG_VALUE intrinsic for either a value in a register or a register-indirect address and inserts it at position I.

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

Parameters

llvm::MachineBasicBlock& BB
MachineBasicBlock::iterator I
const llvm::DebugLoc& DL
const llvm::MCInstrDesc& MCID
bool IsIndirect
llvm::Register Reg
const llvm::MDNode* Variable
const llvm::MDNode* Expr