Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp210 bool processLoopStridedStore(Value *DestPtr, const SCEV *StoreSizeSCEV,
714 if (processLoopStridedStore(StorePtr, StoreSizeSCEV, in processLoopStores()
923 return processLoopStridedStore(Pointer, SE->getSCEV(MSI->getLength()), in processLoopMemSet()
1000 bool LoopIdiomRecognize::processLoopStridedStore( in processLoopStridedStore() function in LoopIdiomRecognize