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

1 2

  /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) {
  /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) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
CallSite.h 441 void setDoesNotAccessMemory() {
442 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 390 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
CallSite.h 441 void setDoesNotAccessMemory() {
442 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 390 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
CallSite.h 449 void setDoesNotAccessMemory() {
450 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 398 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
CallSite.h 449 void setDoesNotAccessMemory() {
450 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 398 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
CallSite.h 449 void setDoesNotAccessMemory() {
450 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 398 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
CallSite.h 449 void setDoesNotAccessMemory() {
450 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 398 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
CallSite.h 425 void setDoesNotAccessMemory() {
426 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 334 void setDoesNotAccessMemory() {
466 void setDoesNotAccessMemory(unsigned n) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
CallSite.h 441 void setDoesNotAccessMemory() {
442 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());
Function.h 390 void setDoesNotAccessMemory() {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
CallSite.h 441 void setDoesNotAccessMemory() {
442 CALLSITE_DELEGATE_SETTER(setDoesNotAccessMemory());

Completed in 935 milliseconds

1 2