Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h73 bool ContainsDynamicAllocas = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp84 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()
640 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()
641 CodeInfo->ContainsDynamicAllocas |= in CloneBlock()
H A DInlineFunction.cpp2696 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()