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

  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 59 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
63 bool ContainsDynamicAllocas;
65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 66 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
67 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
349 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
350 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
InlineFunction.cpp 681 if (InlinedFunctionInfo.ContainsDynamicAllocas) {
    [all...]

Completed in 166 milliseconds