Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LastStore

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