Lines Matching refs:LastStore
1145 bool isAvailable, MachineInstr *&LastStore,
1603 bool isAvailable, MachineInstr *&LastStore, in SpillRegToStackSlot() argument
1617 if (LastStore) { in SpillRegToStackSlot()
1618 DEBUG(dbgs() << "Removed dead store:\t" << *LastStore); in SpillRegToStackSlot()
1621 InvalidateKills(*LastStore, TRI, RegKills, KillOps, &KillRegs); in SpillRegToStackSlot()
1622 MachineBasicBlock::iterator PrevMII = LastStore; in SpillRegToStackSlot()
1626 EraseInstr(LastStore); in SpillRegToStackSlot()
1647 LastStore = prior(oldNextMII); in SpillRegToStackSlot()
2589 MachineInstr *&LastStore = MaybeDeadStores[StackSlot]; in RewriteMBB() local
2591 LastStore, Spills, ReMatDefs, RegKills, KillOps); in RewriteMBB()
2602 UpdateKills(*LastStore, TRI, RegKills, KillOps); in RewriteMBB()