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.cpp210 Instruction *TheStore,
217 MaybeAlign LoadAlign, Instruction *TheStore,
1007 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1010 Module *M = TheStore->getModule(); in processLoopStridedStore()
1083 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1127 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1136 << " from store to: " << *Ev << " at: " << *TheStore in processLoopStridedStore()
1143 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1245 MaybeAlign StoreAlign, MaybeAlign LoadAlign, Instruction *TheStore, in processLoopStoreOfLoopLoad() argument
1252 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
[all …]