ΒΆinline llvm::MachineInstrBuilder BuildMI(
llvm::MachineBasicBlock* BB,
const llvm::DebugLoc& DL,
const llvm::MCInstrDesc& MCID,
llvm::Register DestReg)
inline llvm::MachineInstrBuilder BuildMI(
llvm::MachineBasicBlock* BB,
const llvm::DebugLoc& DL,
const llvm::MCInstrDesc& MCID,
llvm::Register DestReg)
Description
This version of the builder inserts the newly-built instruction at the end of the given MachineBasicBlock, and sets up the first operand as a destination virtual register.
Declared at: llvm/include/llvm/CodeGen/MachineInstrBuilder.h:423
Parameters
- llvm::MachineBasicBlock* BB
- const llvm::DebugLoc& DL
- const llvm::MCInstrDesc& MCID
- llvm::Register DestReg