Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp213 bool processLoopMemIntrinsic(
649 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
651 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
804 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize