Lines Matching refs:TheStore
221 Instruction *TheStore,
228 MaybeAlign LoadAlign, Instruction *TheStore,
1099 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1102 Module *M = TheStore->getModule(); in processLoopStridedStore()
1174 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1206 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1215 << " from store to: " << *Ev << " at: " << *TheStore in processLoopStridedStore()
1222 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1322 MaybeAlign StoreAlign, MaybeAlign LoadAlign, Instruction *TheStore, in processLoopStoreOfLoopLoad() argument
1329 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
1379 IgnoredInsts.insert(TheStore); in processLoopStoreOfLoopLoad()
1381 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad()
1398 TheStore) in processLoopStoreOfLoopLoad()
1400 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1426 IgnoredInsts.erase(TheStore); in processLoopStoreOfLoopLoad()
1432 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1457 AAMDNodes StoreAATags = TheStore->getAAMetadata(); in processLoopStoreOfLoopLoad()
1468 if (!TheStore->isAtomic() && !TheLoad->isAtomic()) { in processLoopStoreOfLoopLoad()
1504 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1515 << " from store ptr=" << *StoreEv << " at: " << *TheStore in processLoopStoreOfLoopLoad()
1524 << " instruction in " << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1527 << ore::NV("FromBlock", TheStore->getParent()->getName()) in processLoopStoreOfLoopLoad()
1534 MSSAU->removeMemoryAccess(TheStore, true); in processLoopStoreOfLoopLoad()
1535 deleteDeadInstruction(TheStore); in processLoopStoreOfLoopLoad()