Searched refs:processLoopStores (Results 1 – 1 of 1) sorted by relevance
167 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,551 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes); in runOnLoopBlock()554 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No); in runOnLoopBlock()581 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores() function in LoopIdiomRecognize