Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1002 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()
1247 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
1297 IgnoredInsts.insert(TheStore); in processLoopStoreOfLoopLoad()
1299 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad()
1344 IgnoredInsts.erase(TheStore); in processLoopStoreOfLoopLoad()
1421 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1451 MSSAU->removeMemoryAccess(TheStore, true); in processLoopStoreOfLoopLoad()
[all …]