Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp212 bool processLoopMemIntrinsic(
648 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
650 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
803 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize