Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp212 bool processLoopMemIntrinsic(
650 MadeChange |= processLoopMemIntrinsic<MemCpyInst>( in runOnLoopBlock()
652 MadeChange |= processLoopMemIntrinsic<MemSetInst>( in runOnLoopBlock()
804 bool LoopIdiomRecognize::processLoopMemIntrinsic( in processLoopMemIntrinsic() function in LoopIdiomRecognize