#include "llvm/CodeGen/LiveRegUnits.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
usingnamespacellvm;
void LiveRegUnits::removeRegsNotPreserved(const uint32_t *RegMask) { … }
void LiveRegUnits::addRegsInMask(const uint32_t *RegMask) { … }
void LiveRegUnits::stepBackward(const MachineInstr &MI) { … }
void LiveRegUnits::accumulate(const MachineInstr &MI) { … }
static void addBlockLiveIns(LiveRegUnits &LiveUnits,
const MachineBasicBlock &MBB) { … }
static void addCalleeSavedRegs(LiveRegUnits &LiveUnits,
const MachineFunction &MF) { … }
void LiveRegUnits::addPristines(const MachineFunction &MF) { … }
void LiveRegUnits::addLiveOuts(const MachineBasicBlock &MBB) { … }
void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) { … }