Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp94 void setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function
96 F.setDoesNotCapture(n); in setDoesNotCapture()
854 setDoesNotCapture(F, 1); in inferPrototypeAttributes()
876 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
889 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
898 setDoesNotCapture(F, 1); in inferPrototypeAttributes()
899 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
915 setDoesNotCapture(F, 1); in inferPrototypeAttributes()
916 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
924 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
[all …]
/external/llvm/include/llvm/IR/
DFunction.h323 void setDoesNotCapture(unsigned n) {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp667 LookupFn->setDoesNotCapture(1); in LookupIMP()