Searched refs:TheStore (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 87 Value *SplatValue, Instruction *TheStore, 442 Instruction *TheStore, const SCEVAddRecExpr *Ev, in processLoopStridedStore() argument 490 StoreSize, getAnalysis<AliasAnalysis>(), TheStore)){ in processLoopStridedStore() 517 Module *M = TheStore->getParent()->getParent()->getParent(); in processLoopStridedStore() 536 << " from store to: " << *Ev << " at: " << *TheStore << "\n"); in processLoopStridedStore() 537 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore() 541 deleteDeadInstruction(TheStore, *SE); in processLoopStridedStore()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 117 Instruction *TheStore, 746 Value *StoredVal, Instruction *TheStore, in processLoopStridedStore() argument 813 Module *M = TheStore->getModule(); in processLoopStridedStore() 831 << " from store to: " << *Ev << " at: " << *TheStore << "\n"); in processLoopStridedStore() 832 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
|