Searched refs:processLoopStoreOfLoopLoad (Results 1 – 1 of 1) sorted by relevance
216 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);217 bool processLoopStoreOfLoopLoad(Value *DestPtr, Value *SourcePtr,573 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount); in runOnLoopBlock()815 return processLoopStoreOfLoopLoad( in processLoopMemCpy()1168 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize1187 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad()1238 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad( in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize