Searched defs:setDoesNotCapture (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/
H A DFunction.h288 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) { function in class:llvm::Function
/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...]

Completed in 74 milliseconds