ΒΆvoid computeLiveIns(
llvm::LivePhysRegs& LiveRegs,
const llvm::MachineBasicBlock& MBB)
void computeLiveIns(
llvm::LivePhysRegs& LiveRegs,
const llvm::MachineBasicBlock& MBB)
Description
Computes registers live-in to \p MBB assuming all of its successors live-in lists are up-to-date. Puts the result into the given LivePhysReg instance \p LiveRegs.
Declared at: llvm/include/llvm/CodeGen/LivePhysRegs.h:178
Parameters
- llvm::LivePhysRegs& LiveRegs
- const llvm::MachineBasicBlock& MBB