Lines Matching refs:TheStore
212 Instruction *TheStore,
219 MaybeAlign LoadAlign, Instruction *TheStore,
1002 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1005 Module *M = TheStore->getModule(); in processLoopStridedStore()
1078 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1122 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1131 << " from store to: " << *Ev << " at: " << *TheStore in processLoopStridedStore()
1138 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1240 MaybeAlign StoreAlign, MaybeAlign LoadAlign, Instruction *TheStore, in processLoopStoreOfLoopLoad() argument
1247 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
1297 IgnoredInsts.insert(TheStore); in processLoopStoreOfLoopLoad()
1299 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad()
1316 TheStore) in processLoopStoreOfLoopLoad()
1318 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1344 IgnoredInsts.erase(TheStore); in processLoopStoreOfLoopLoad()
1350 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1375 AAMDNodes StoreAATags = TheStore->getAAMetadata(); in processLoopStoreOfLoopLoad()
1386 if (!TheStore->isAtomic() && !TheLoad->isAtomic()) { in processLoopStoreOfLoopLoad()
1421 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1432 << " from store ptr=" << *StoreEv << " at: " << *TheStore in processLoopStoreOfLoopLoad()
1441 << " instruction in " << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1444 << ore::NV("FromBlock", TheStore->getParent()->getName()) in processLoopStoreOfLoopLoad()
1451 MSSAU->removeMemoryAccess(TheStore, true); in processLoopStoreOfLoopLoad()
1452 deleteDeadInstruction(TheStore); in processLoopStoreOfLoopLoad()