Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp152 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
809 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(), in processLoopStore()
862 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
943 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, in processLoopStridedStore() function in LoopIdiomRecognize