Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp212 bool processLoopMemIntrinsic(
648 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
650 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
802 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize