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

/external/llvm/include/llvm/IR/
H A DFunction.h317 void setDoesNotCapture(unsigned n) { function in class:llvm::Function
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp93 void setDoesNotCapture(Function &F, unsigned n) { function in struct:__anon21586::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...]

Completed in 109 milliseconds