Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp111 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
477 MadeChange |= processLoopStores(SL.second, BECount, true); in runOnLoopBlock()
480 MadeChange |= processLoopStores(SL.second, BECount, false); in runOnLoopBlock()
507 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores() function in LoopIdiomRecognize