Lines Matching defs:TheStore
210 Instruction *TheStore,
217 MaybeAlign LoadAlign, Instruction *TheStore,
1007 Value *StoredVal, Instruction *TheStore,
1010 Module *M = TheStore->getModule();
1083 AAMDNodes AATags = TheStore->getAAMetadata();
1127 NewCall->setDebugLoc(TheStore->getDebugLoc());
1136 << " from store to: " << *Ev << " at: " << *TheStore
1143 << ore::NV("Function", TheStore->getFunction())
1245 MaybeAlign StoreAlign, MaybeAlign LoadAlign, Instruction *TheStore,
1252 if (isa<MemCpyInlineInst>(TheStore))
1302 IgnoredInsts.insert(TheStore);
1304 bool IsMemCpy = isa<MemCpyInst>(TheStore);
1312 // TheStore and TheLoad. Additionally we need to make sure that TheStore is
1321 TheStore)
1323 << ore::NV("Function", TheStore->getFunction())
1349 IgnoredInsts.erase(TheStore);
1355 << ore::NV("Function", TheStore->getFunction())
1380 AAMDNodes StoreAATags = TheStore->getAAMetadata();
1391 if (!TheStore->isAtomic() && !TheLoad->isAtomic()) {
1426 NewCall->setDebugLoc(TheStore->getDebugLoc());
1437 << " from store ptr=" << *StoreEv << " at: " << *TheStore
1446 << " instruction in " << ore::NV("Function", TheStore->getFunction())
1449 << ore::NV("FromBlock", TheStore->getParent()->getName())
1456 MSSAU->removeMemoryAccess(TheStore, true);
1457 deleteDeadInstruction(TheStore);