Home
last modified time | relevance | path

Searched defs:setDoesNotCapture (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h437 void setDoesNotCapture(unsigned n) { in setDoesNotCapture() function
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp74 static bool setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp82 static bool setDoesNotCapture(Function &F, unsigned ArgNo) { in setDoesNotCapture() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1676 void SimplifyLibCalls::setDoesNotCapture(Function &F, unsigned n) { in setDoesNotCapture() function in SimplifyLibCalls