Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp216 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 LoopIdiomRecognize
1187 return processLoopStoreOfLoopLoad(StorePtr, LoadPtr, StoreSizeSCEV, in processLoopStoreOfLoopLoad()
1238 bool LoopIdiomRecognize::processLoopStoreOfLoopLoad( in processLoopStoreOfLoopLoad() function in LoopIdiomRecognize