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

  /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/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) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h 64 /// ContainsCalls - This is set to true if the cloned code contains a normal
66 bool ContainsCalls = false;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h 64 /// ContainsCalls - This is set to true if the cloned code contains a normal
66 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
Cloning.h 66 /// ContainsCalls - This is set to true if the cloned code contains a normal
68 bool ContainsCalls = false;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 67 CodeInfo->ContainsCalls |= hasCalls;
382 CodeInfo->ContainsCalls |= hasCalls;
InlineFunction.cpp 540 if (InlinedCodeInfo.ContainsCalls)
674 if (InlinedCodeInfo.ContainsCalls)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CloneFunction.cpp 62 CodeInfo->ContainsCalls |= hasCalls;
305 CodeInfo->ContainsCalls |= hasCalls;
InlineFunction.cpp 617 if (!InlinedCodeInfo.ContainsCalls && !InlinedCodeInfo.ContainsUnwinds) {
629 if (InlinedCodeInfo.ContainsCalls)
    [all...]

Completed in 237 milliseconds