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.cpp223 bool processLoopMemIntrinsic(
604 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
606 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
758 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize