ΒΆvoid addLiveIns(
    llvm::MachineBasicBlock& MBB,
    const llvm::LivePhysRegs& LiveRegs)

Description

Adds registers contained in \p LiveRegs to the block live-in list of \p MBB. Does not add reserved registers.

Declared at: llvm/include/llvm/CodeGen/LivePhysRegs.h:185

Parameters

llvm::MachineBasicBlock& MBB
const llvm::LivePhysRegs& LiveRegs