Lines Matching refs:LivePhysRegs
30 void LivePhysRegs::removeRegsInMask(const MachineOperand &MO, in removeRegsInMask()
45 void LivePhysRegs::stepBackward(const MachineInstr &MI) { in stepBackward()
74 void LivePhysRegs::stepForward(const MachineInstr &MI, in stepForward()
106 void LivePhysRegs::print(raw_ostream &OS) const { in print()
124 LLVM_DUMP_METHOD void LivePhysRegs::dump() const { in dump()
130 bool LivePhysRegs::available(const MachineRegisterInfo &MRI, in available()
144 static void addLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB) { in addLiveIns()
151 static void addPristines(LivePhysRegs &LiveRegs, const MachineFunction &MF, in addPristines()
160 void LivePhysRegs::addLiveOutsNoPristines(const MachineBasicBlock &MBB) { in addLiveOutsNoPristines()
166 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { in addLiveOuts()
183 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns()