Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp154 bool processLoopStridedStore(Value *DestPtr, unsigned StoreSize,
766 if (processLoopStridedStore(StorePtr, StoreSize, SI->getAlignment(), in processLoopStore()
819 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes, in processLoopMemSet()
900 processLoopStridedStore(Value *DestPtr, unsigned StoreSize, in processLoopStridedStore() function in LoopIdiomRecognize