Searched refs:setDoesNotCapture (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 168 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() function 337 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 357 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 367 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 382 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 392 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 393 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 405 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() 406 Changed |= setDoesNotCapture(F, 1); in inferNonMandatoryLibFuncAttrs() 417 Changed |= setDoesNotCapture(F, 0); in inferNonMandatoryLibFuncAttrs() [all …]
|