Searched refs:setDoesNotCapture (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 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() 312 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() [all …]
|