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

/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp1601 void setDoesNotCapture(Function &F, unsigned n);
1828 void SimplifyLibCalls::setDoesNotCapture(Function &F, unsigned n) { function in class:SimplifyLibCalls
1830 F.setDoesNotCapture(n);
1855 setDoesNotCapture(F, 1);
1881 setDoesNotCapture(F, 2);
1888 setDoesNotCapture(F, 1);
1889 setDoesNotCapture(F, 2);
1903 setDoesNotCapture(F, 1);
1904 setDoesNotCapture(F, 2);
1911 setDoesNotCapture(
[all...]
/external/llvm/include/llvm/
H A DFunction.h288 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) { function in class:llvm::Function
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp602 LookupFn->setDoesNotCapture(1);

Completed in 96 milliseconds