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

/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp154 Value *SplatValue, Instruction *TheStore,
945 Instruction *TheStore, const SCEVAddRecExpr *Ev,
997 StoreSize, getAnalysis<AliasAnalysis>(), TheStore)) {
1031 Module *M = TheStore->getParent()->getParent()->getParent();
1051 << " from store to: " << *Ev << " at: " << *TheStore << "\n"); local
1052 NewCall->setDebugLoc(TheStore->getDebugLoc());
1056 deleteDeadInstruction(TheStore, *SE, TLI);
943 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, unsigned StoreAlignment, Value *StoredVal, Instruction *TheStore, const SCEVAddRecExpr *Ev, const SCEV *BECount) argument

Completed in 32 milliseconds