Home
last modified time | relevance | path

Searched refs:LastStore (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp468 Instruction *LastStore = nullptr; in processNode() local
529 LastStore = nullptr; in processNode()
557 LastStore = nullptr; in processNode()
568 LastStore = nullptr; in processNode()
601 if (LastStore) { in processNode()
602 ParseMemoryInst LastStoreMemInst(LastStore, TTI); in processNode()
604 DEBUG(dbgs() << "EarlyCSE DEAD STORE: " << *LastStore in processNode()
606 LastStore->eraseFromParent(); in processNode()
609 LastStore = nullptr; in processNode()
624 LastStore = Inst; in processNode()