Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp155 Value *SplatValue, Instruction *TheStore,
946 Instruction *TheStore, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument
998 StoreSize, getAnalysis<AliasAnalysis>(), TheStore)) { in processLoopStridedStore()
1032 Module *M = TheStore->getParent()->getParent()->getParent(); in processLoopStridedStore()
1052 << " from store to: " << *Ev << " at: " << *TheStore << "\n"); in processLoopStridedStore()
1053 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1057 deleteDeadInstruction(TheStore, *SE, TLI); in processLoopStridedStore()