Lines Matching refs:TheStore
222 Instruction *TheStore,
229 MaybeAlign LoadAlign, Instruction *TheStore,
1032 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1112 Module *M = TheStore->getModule(); in processLoopStridedStore()
1128 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1137 << " from store to: " << *Ev << " at: " << *TheStore in processLoopStridedStore()
1144 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1191 MaybeAlign LoadAlign, Instruction *TheStore, Instruction *TheLoad, in processLoopStoreOfLoopLoad() argument
1198 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
1241 Stores.insert(TheStore); in processLoopStoreOfLoopLoad()
1243 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad()
1260 TheStore) in processLoopStoreOfLoopLoad()
1262 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1286 Stores.erase(TheStore); in processLoopStoreOfLoopLoad()
1292 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1330 if (!TheStore->isAtomic() && !TheLoad->isAtomic()) { in processLoopStoreOfLoopLoad()
1362 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1373 << " from store ptr=" << *StoreEv << " at: " << *TheStore in processLoopStoreOfLoopLoad()
1382 << " instruction in " << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1389 MSSAU->removeMemoryAccess(TheStore, true); in processLoopStoreOfLoopLoad()
1390 deleteDeadInstruction(TheStore); in processLoopStoreOfLoopLoad()