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

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 90 static bool setDoesNotAlias(Function &F, unsigned n) {
93 F.setDoesNotAlias(n);
190 Changed |= setDoesNotAlias(F, 0);
233 Changed |= setDoesNotAlias(F, 0);
263 Changed |= setDoesNotAlias(F, 0);
276 Changed |= setDoesNotAlias(F, 0);
330 Changed |= setDoesNotAlias(F, 0);
359 Changed |= setDoesNotAlias(F, 0);
367 Changed |= setDoesNotAlias(F, 0);
510 Changed |= setDoesNotAlias(F, 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 282 void setDoesNotAlias(unsigned n, bool DoesNotAlias = true) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
FunctionAttrs.cpp 365 F->setDoesNotAlias(0);
  /external/llvm/include/llvm/IR/
Function.h 405 void setDoesNotAlias(unsigned n) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 428 void setDoesNotAlias(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 450 void setDoesNotAlias(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 450 void setDoesNotAlias(unsigned n) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 769 F->setDoesNotAlias(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 425 if (!F->doesNotAlias(0)) F->setDoesNotAlias(0);
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 515 if (!F->doesNotAlias(0)) F->setDoesNotAlias(0);
    [all...]

Completed in 184 milliseconds