Searched refs:PrevMII (Results 1 – 1 of 1) sorted by relevance
1622 MachineBasicBlock::iterator PrevMII = LastStore; in SpillRegToStackSlot() local1623 bool CheckDef = PrevMII != MBB->begin(); in SpillRegToStackSlot()1625 --PrevMII; in SpillRegToStackSlot()1633 if (InvalidateRegDef(PrevMII, *MII, KillRegs[j], HasOtherDef, TRI)) { in SpillRegToStackSlot()1634 MachineInstr *DeadDef = PrevMII; in SpillRegToStackSlot()