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

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 42 static bool setDoesNotAccessMemory(Function &F) {
45 F.setDoesNotAccessMemory();
584 Changed |= setDoesNotAccessMemory(F);
699 Changed |= setDoesNotAccessMemory(F);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 209 void setDoesNotAccessMemory(bool doesNotAccessMemory = true) {
210 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory(doesNotAccessMemory));
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 222 void setDoesNotAccessMemory(bool DoesNotAccessMemory = true) {
Instructions.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 42 static bool setDoesNotAccessMemory(Function &F) {
45 F.setDoesNotAccessMemory();
614 Changed |= setDoesNotAccessMemory(F);
729 Changed |= setDoesNotAccessMemory(F);
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 412 void setDoesNotAccessMemory() {
413 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 289 void setDoesNotAccessMemory() {
421 void setDoesNotAccessMemory(unsigned n) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 312 void setDoesNotAccessMemory() {
444 void setDoesNotAccessMemory(unsigned n) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
CallSite.h 449 void setDoesNotAccessMemory() {
450 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 449 void setDoesNotAccessMemory() {

Completed in 265 milliseconds