Home | History | Annotate | Download | only in Scalar

Lines Matching refs:processLoopStores

111   bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
477 MadeChange |= processLoopStores(SL.second, BECount, true);
480 MadeChange |= processLoopStores(SL.second, BECount, false);
506 /// processLoopStores - See if this store(s) can be promoted to a memset.
507 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL,