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

/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp93 void setDoesNotCapture(Function &F, unsigned n) { function in struct:__anon22513::FunctionAttrs
95 F.setDoesNotCapture(n);
827 setDoesNotCapture(F, 1);
849 setDoesNotCapture(F, 2);
862 setDoesNotCapture(F, 2);
871 setDoesNotCapture(F, 1);
872 setDoesNotCapture(F, 2);
888 setDoesNotCapture(F, 1);
889 setDoesNotCapture(F, 2);
897 setDoesNotCapture(
[all...]
/external/llvm/include/llvm/IR/
H A DFunction.h317 void setDoesNotCapture(unsigned n) { function in class:llvm::Function
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp680 LookupFn->setDoesNotCapture(1);

Completed in 195 milliseconds