Home | History | Annotate | Download | only in Scalar

Lines Matching refs:processLoopStores

166   bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
546 MadeChange |= processLoopStores(SL.second, BECount, true);
549 MadeChange |= processLoopStores(SL.second, BECount, false);
575 /// processLoopStores - See if this store(s) can be promoted to a memset.
576 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL,