HomeSort by relevance Sort by last modified time
    Searched refs:setDoesNotCapture (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 74 static bool setDoesNotCapture(Function &F, unsigned n) {
77 F.setDoesNotCapture(n);
119 Changed |= setDoesNotCapture(F, 1);
134 Changed |= setDoesNotCapture(F, 2);
144 Changed |= setDoesNotCapture(F, 2);
149 Changed |= setDoesNotCapture(F, 1);
150 Changed |= setDoesNotCapture(F, 2);
162 Changed |= setDoesNotCapture(F, 1);
163 Changed |= setDoesNotCapture(F, 2);
169 Changed |= setDoesNotCapture(F, 2)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 82 static bool setDoesNotCapture(Function &F, unsigned ArgNo) {
139 Changed |= setDoesNotCapture(F, 0);
154 Changed |= setDoesNotCapture(F, 1);
164 Changed |= setDoesNotCapture(F, 1);
169 Changed |= setDoesNotCapture(F, 0);
170 Changed |= setDoesNotCapture(F, 1);
182 Changed |= setDoesNotCapture(F, 0);
183 Changed |= setDoesNotCapture(F, 1);
189 Changed |= setDoesNotCapture(F, 1);
194 Changed |= setDoesNotCapture(F, 1)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 292 void setDoesNotCapture(unsigned n, bool DoesNotCapture = true) {
  /external/llvm/include/llvm/IR/
Function.h 414 void setDoesNotCapture(unsigned n) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 437 void setDoesNotCapture(unsigned n) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 4296 milliseconds