Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp221 Instruction *TheStore,
228 MaybeAlign LoadAlign, Instruction *TheStore,
1100 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1103 Module *M = TheStore->getModule(); in processLoopStridedStore()
1175 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1207 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1216 << " from store to: " << *Ev << " at: " << *TheStore in processLoopStridedStore()
1223 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1325 MaybeAlign StoreAlign, MaybeAlign LoadAlign, Instruction *TheStore, in processLoopStoreOfLoopLoad() argument
1332 if (isa<MemCpyInlineInst>(TheStore)) in processLoopStoreOfLoopLoad()
[all …]