Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveReg

90                      unsigned &LiveReg);
1081 MachineBasicBlock &BB, unsigned &LiveReg) {
1097 LiveReg = SibReg;
1303 unsigned LiveReg = 0;
1304 if (!isSpillCandBB(OrigReg, OrigVNI, *Block, LiveReg))
1326 // SpillsToKeep. LiveReg is the source of the new spill.
1327 SpillsToKeep[*RIt] = LiveReg;
1340 // For spills in SpillsToKeep with LiveReg set (i.e., not original spill),
1425 unsigned LiveReg = Insert.second;
1427 TII.storeRegToStackSlot(*BB, MI, LiveReg, false, Slot,
1428 MRI.getRegClass(LiveReg), &TRI);