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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp183 Instruction *TheStore,
892 Value *StoredVal, Instruction *TheStore,
964 Module *M = TheStore->getModule();
980 NewCall->setDebugLoc(TheStore->getDebugLoc());
989 << " from store to: " << *Ev << " at: " << *TheStore local
890 processLoopStridedStore( Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, Value *StoredVal, Instruction *TheStore, SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, const SCEV *BECount, bool NegStride, bool IsLoopMemset) argument

Completed in 115 milliseconds