Home
last modified time | relevance | path

Searched refs:setDoesNotCapture (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp74 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/
DSimplifyLibCalls.cpp1481 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/
DFunction.h292 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h437 void setDoesNotCapture(unsigned n) { in setDoesNotCapture() function
/external/llvm/include/llvm/IR/
DFunction.h414 void setDoesNotCapture(unsigned n) {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp701 LookupFn->setDoesNotCapture(1); in LookupIMP()