Home
last modified time | relevance | path

Searched refs:TheStore (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1099 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()
1329 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
1379 IgnoredInsts.insert(TheStore); in processLoopStoreOfLoopLoad()
1381 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad()
1426 IgnoredInsts.erase(TheStore); in processLoopStoreOfLoopLoad()
1504 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1534 MSSAU->removeMemoryAccess(TheStore, true); in processLoopStoreOfLoopLoad()
[all …]