Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp201 bool processLoopMemIntrinsic(
580 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
582 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
734 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize