Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp1682 bool RepeatInstruction = false; in iterateOnFunction() local
1687 RepeatInstruction = processMemSet(M, BI); in iterateOnFunction()
1689 RepeatInstruction = processMemCpy(M, BI); in iterateOnFunction()
1691 RepeatInstruction = processMemMove(M); in iterateOnFunction()
1699 if (RepeatInstruction) { in iterateOnFunction()