Searched refs:setDoesNotCapture (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 280 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 298 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 307 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 321 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 330 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 331 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 342 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 343 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 353 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 354 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() [all …]
|