Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1032 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1112 Module *M = TheStore->getModule(); in processLoopStridedStore()
1128 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
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()
1286 Stores.erase(TheStore); in processLoopStoreOfLoopLoad()
1362 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1389 MSSAU->removeMemoryAccess(TheStore, true); in processLoopStoreOfLoopLoad()
[all …]