Searched refs:processLoopStoreOfLoopLoad (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopIdiomRecognize.cpp | 225 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount); 226 bool processLoopStoreOfLoopLoad(Value *DestPtr, Value *SourcePtr, 646 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount); in runOnLoopBlock() 889 return processLoopStoreOfLoopLoad(Dest, Source, (unsigned)SizeInBytes, in processLoopMemCpy() 1166 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize 1183 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSize, in processLoopStoreOfLoopLoad() 1188 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad( in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize
|