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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Cloning.h 63 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
67 bool ContainsDynamicAllocas;
72 ContainsDynamicAllocas = false;
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 71 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
75 bool ContainsDynamicAllocas;
82 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 68 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
69 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
383 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
384 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 64 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
65 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
307 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
308 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
InlineFunction.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h 68 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
72 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h 68 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
72 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;

Completed in 627 milliseconds