Searched refs:processLoopStoreOfLoopLoad (Results 1 – 1 of 1) sorted by relevance
214 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);215 bool processLoopStoreOfLoopLoad(Value *DestPtr, Value *SourcePtr,578 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount); in runOnLoopBlock()820 return processLoopStoreOfLoopLoad( in processLoopMemCpy()1173 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize1192 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad()1243 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad( in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize