Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h72 bool ContainsDynamicAllocas = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp82 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()
655 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()
656 CodeInfo->ContainsDynamicAllocas |= in CloneBlock()
H A DInlineFunction.cpp2593 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()