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.h78 bool ContainsDynamicAllocas = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp153 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()
697 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()
698 CodeInfo->ContainsDynamicAllocas |= in CloneBlock()
H A DInlineFunction.cpp3024 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()