Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp199 bool processLoopStores(SmallVectorImpl<StoreInst *> &SL, const SCEV *BECount,
566 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::Yes); in runOnLoopBlock()
569 MadeChange |= processLoopStores(SL.second, BECount, ForMemset::No); in runOnLoopBlock()
584 bool LoopIdiomRecognize::processLoopStores(SmallVectorImpl<StoreInst *> &SL, in processLoopStores() function in LoopIdiomRecognize