Searched refs:LastStore (Results 1 – 2 of 2) sorted by relevance
542 Instruction *LastStore = nullptr; in processNode() local604 LastStore = nullptr; in processNode()635 LastStore = nullptr; in processNode()646 LastStore = nullptr; in processNode()694 assert((!LastStore || in processNode()695 ParseMemoryInst(LastStore, TTI).getPointerOperand() == in processNode()722 if (LastStore) { in processNode()723 ParseMemoryInst LastStoreMemInst(LastStore, TTI); in processNode()728 DEBUG(dbgs() << "EarlyCSE DEAD STORE: " << *LastStore in processNode()730 LastStore->eraseFromParent(); in processNode()[all …]
372 std::pair<CharUnits, CharUnits> LastStore = Stores.pop_back_val(); in EmitNullBaseClassInitialization() local373 CharUnits LastStoreOffset = LastStore.first; in EmitNullBaseClassInitialization()374 CharUnits LastStoreSize = LastStore.second; in EmitNullBaseClassInitialization()