Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp232 Instruction *TheStore,
239 MaybeAlign LoadAlign, Instruction *TheStore,
1022 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1025 Module *M = TheStore->getModule(); in processLoopStridedStore()
1126 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1156 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1165 << " from store to: " << *Ev << " at: " << *TheStore in processLoopStridedStore()
1172 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1274 MaybeAlign StoreAlign, MaybeAlign LoadAlign, Instruction *TheStore, in processLoopStoreOfLoopLoad() argument
1281 if (auto *MCI = dyn_cast<MemCpyInst>(TheStore); MCI && MCI->isForceInlined()) in processLoopStoreOfLoopLoad()
[all …]