Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp169 bool processLoopMemSet(MemSetInst *MSI, const SCEV *BECount);
565 if (!processLoopMemSet(MSI, BECount)) in runOnLoopBlock()
724 bool LoopIdiomRecognize::processLoopMemSet(MemSetInst *MSI, in processLoopMemSet() function in LoopIdiomRecognize