Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp973 static void setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function
975 F.setDoesNotCapture(n); in setDoesNotCapture()
1021 setDoesNotCapture(F, 1); in inferPrototypeAttributes()
1041 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
1053 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
1061 setDoesNotCapture(F, 1); in inferPrototypeAttributes()
1062 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
1077 setDoesNotCapture(F, 1); in inferPrototypeAttributes()
1078 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
1086 setDoesNotCapture(F, 2); in inferPrototypeAttributes()
[all …]
/external/llvm/include/llvm/IR/
DFunction.h391 void setDoesNotCapture(unsigned n) {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp672 LookupFn->setDoesNotCapture(1); in LookupIMP()