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

  /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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Cloning.h 70 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
74 bool ContainsDynamicAllocas = false;

Completed in 311 milliseconds