Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp208 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
639 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes); in runOnLoopBlock()
642 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No); in runOnLoopBlock()
657 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores() function in LoopIdiomRecognize