Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp203 bool processLoopMemIntrinsic(
575 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
577 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
729 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize