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