Searched refs:setDoesNotCapture (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 106 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() function 238 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 256 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 265 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 279 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 288 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 289 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 300 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() 301 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 311 Changed |= setDoesNotCapture(F, 0); in inferLibFuncAttributes() [all …]
|