Lines Matching refs:LivePhysRegs

31 void LivePhysRegs::removeRegsInMask(const MachineOperand &MO,  in removeRegsInMask()
45 void LivePhysRegs::removeDefs(const MachineInstr &MI) { in removeDefs()
58 void LivePhysRegs::addUses(const MachineInstr &MI) { in addUses()
68 void LivePhysRegs::stepBackward(const MachineInstr &MI) { in stepBackward()
80 void LivePhysRegs::stepForward(const MachineInstr &MI, in stepForward()
118 void LivePhysRegs::print(raw_ostream &OS) const { in print()
136 LLVM_DUMP_METHOD void LivePhysRegs::dump() const { in dump()
141 bool LivePhysRegs::available(const MachineRegisterInfo &MRI, in available()
155 void LivePhysRegs::addBlockLiveIns(const MachineBasicBlock &MBB) { in addBlockLiveIns()
174 static void addCalleeSavedRegs(LivePhysRegs &LiveRegs, in addCalleeSavedRegs()
181 void LivePhysRegs::addPristines(const MachineFunction &MF) { in addPristines()
200 LivePhysRegs Pristine(*TRI); in addPristines()
209 void LivePhysRegs::addLiveOutsNoPristines(const MachineBasicBlock &MBB) { in addLiveOutsNoPristines()
232 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { in addLiveOuts()
238 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns()
244 void LivePhysRegs::addLiveInsNoPristines(const MachineBasicBlock &MBB) { in addLiveInsNoPristines()
248 void llvm::computeLiveIns(LivePhysRegs &LiveRegs, in computeLiveIns()
259 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) { in addLiveIns()
283 LivePhysRegs LiveRegs; in recomputeLivenessFlags()
336 void llvm::computeAndAddLiveIns(LivePhysRegs &LiveRegs, in computeAndAddLiveIns()