Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp127 Instruction *TheStore, const SCEVAddRecExpr *Ev,
497 Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument
550 *AA, TheStore)) { in processLoopStridedStore()
581 Module *M = TheStore->getModule(); in processLoopStridedStore()
598 << " from store to: " << *Ev << " at: " << *TheStore << "\n"); in processLoopStridedStore()
599 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
603 deleteDeadInstruction(TheStore, TLI); in processLoopStridedStore()