Home | History | Annotate | Download | only in Scalar

Lines Matching defs:LastStore

534   /// LastStore - Keep track of the last non-volatile store that we saw... for
538 Instruction *LastStore = nullptr;
577 LastStore = nullptr;
624 LastStore = nullptr;
662 LastStore = nullptr;
666 // If this instruction may read from memory, forget LastStore.
673 LastStore = nullptr;
721 assert((!LastStore ||
722 ParseMemoryInst(LastStore, TTI).getPointerOperand() ==
749 if (LastStore) {
750 ParseMemoryInst LastStoreMemInst(LastStore, TTI);
755 DEBUG(dbgs() << "EarlyCSE DEAD STORE: " << *LastStore
757 LastStore->eraseFromParent();
760 LastStore = nullptr;
783 LastStore = Inst;
785 LastStore = nullptr;