Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveRegs

31   SparseSet<unsigned>::iterator LRI = LiveRegs.begin();
32 while (LRI != LiveRegs.end()) {
36 LRI = LiveRegs.erase(LRI);
129 /// Add live-in registers of basic block \p MBB to \p LiveRegs.
130 static void addLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB) {
132 LiveRegs.addReg(LI.PhysReg);
135 /// Add pristine registers to the given \p LiveRegs. This function removes
137 static void addPristines(LivePhysRegs &LiveRegs, const MachineFunction &MF,
144 LiveRegs.addReg(*CSR);
146 LiveRegs.removeReg(Info.getReg());