Home
last modified time | relevance | path

Searched refs:processLoopStoreOfLoopLoad (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp226 bool processLoopStoreOfLoopLoad(StoreInst *SI, const SCEV *BECount);
227 bool processLoopStoreOfLoopLoad(Value *DestPtr, Value *SourcePtr,
647 MadeChange |= processLoopStoreOfLoopLoad(SI, BECount); in runOnLoopBlock()
890 return processLoopStoreOfLoopLoad(Dest, Source, (unsigned)SizeInBytes, in processLoopMemCpy()
1167 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad(StoreInst *SI, in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize
1184 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSize, in processLoopStoreOfLoopLoad()
1189 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad( in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize