Searched refs:ContainsDynamicAllocas (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DCloning.h59 /// ContainsDynamicAllocas - This is set to true if the cloned code contains
63 bool ContainsDynamicAllocas; member in struct:llvm::ClonedCodeInfo
65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {}
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp67 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
68 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
406 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas;
407 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas &&
H A DInlineFunction.cpp777 if (InlinedFunctionInfo.ContainsDynamicAllocas) {

Completed in 812 milliseconds