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

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 67 /// ContainsCalls - This is set to true if the cloned code contains a normal
69 bool ContainsCalls;
82 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Cloning.h 55 /// ContainsCalls - This is set to true if the cloned code contains a normal
57 bool ContainsCalls;
70 ContainsCalls = false;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;

Completed in 192 milliseconds