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

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp74 static bool setDoesNotCapture(Function &F, unsigned n) { function
77 F.setDoesNotCapture(n);
119 Changed |= setDoesNotCapture(F, 1);
134 Changed |= setDoesNotCapture(F, 2);
144 Changed |= setDoesNotCapture(F, 2);
149 Changed |= setDoesNotCapture(F, 1);
150 Changed |= setDoesNotCapture(F, 2);
162 Changed |= setDoesNotCapture(F, 1);
163 Changed |= setDoesNotCapture(F, 2);
169 Changed |= setDoesNotCapture(
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1481 void setDoesNotCapture(Function &F, unsigned n);
1676 void SimplifyLibCalls::setDoesNotCapture(Function &F, unsigned n) { function in class:SimplifyLibCalls
1678 F.setDoesNotCapture(n);
1703 setDoesNotCapture(F, 1);
1728 setDoesNotCapture(F, 2);
1735 setDoesNotCapture(F, 1);
1736 setDoesNotCapture(F, 2);
1750 setDoesNotCapture(F, 1);
1751 setDoesNotCapture(F, 2);
1758 setDoesNotCapture(
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/
H A DFunction.h292 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) { function in class:llvm::Function
/external/llvm/include/llvm/IR/
H A DFunction.h414 void setDoesNotCapture(unsigned n) { function in class:llvm::Function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DFunction.h437 void setDoesNotCapture(unsigned n) { function in class:llvm::Function
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp701 LookupFn->setDoesNotCapture(1);

Completed in 258 milliseconds