Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp221 Instruction *TheStore,
228 MaybeAlign LoadAlign, Instruction *TheStore,
1031 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument
1111 Module *M = TheStore->getModule(); 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()
1190 MaybeAlign LoadAlign, Instruction *TheStore, Instruction *TheLoad, in processLoopStoreOfLoopLoad() argument
1233 Stores.insert(TheStore); in processLoopStoreOfLoopLoad()
1235 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad()
[all …]