Searched refs:setDoesNotCapture (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 116 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() function 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() [all …]
|