Searched refs:setDoesNotCapture (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 74 static bool setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function 77 F.setDoesNotCapture(n); in setDoesNotCapture() 119 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 134 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 144 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 149 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 150 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 162 Changed |= setDoesNotCapture(F, 1); in inferLibFuncAttributes() 163 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() 169 Changed |= setDoesNotCapture(F, 2); in inferLibFuncAttributes() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SimplifyLibCalls.cpp | 1481 void setDoesNotCapture(Function &F, unsigned n); 1676 void SimplifyLibCalls::setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function in SimplifyLibCalls 1678 F.setDoesNotCapture(n); in setDoesNotCapture() 1703 setDoesNotCapture(F, 1); in inferPrototypeAttributes() 1728 setDoesNotCapture(F, 2); in inferPrototypeAttributes() 1735 setDoesNotCapture(F, 1); in inferPrototypeAttributes() 1736 setDoesNotCapture(F, 2); in inferPrototypeAttributes() 1750 setDoesNotCapture(F, 1); in inferPrototypeAttributes() 1751 setDoesNotCapture(F, 2); in inferPrototypeAttributes() 1758 setDoesNotCapture(F, 2); in inferPrototypeAttributes() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Function.h | 292 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Function.h | 437 void setDoesNotCapture(unsigned n) { in setDoesNotCapture() function
|
/external/llvm/include/llvm/IR/ |
D | Function.h | 414 void setDoesNotCapture(unsigned n) {
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 701 LookupFn->setDoesNotCapture(1); in LookupIMP()
|