Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp156 Value *SplatValue, Instruction *TheStore,
902 Instruction *TheStore, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument
953 StoreSize, getAnalysis<AliasAnalysis>(), TheStore)) { in processLoopStridedStore()
987 Module *M = TheStore->getParent()->getParent()->getParent(); in processLoopStridedStore()
1007 << " from store to: " << *Ev << " at: " << *TheStore << "\n"); in processLoopStridedStore()
1008 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1012 deleteDeadInstruction(TheStore, TLI); in processLoopStridedStore()