Searched refs:ContainsDynamicAllocas (Results 1 – 3 of 3) sorted by relevance
66 bool ContainsDynamicAllocas; member68 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {} in ClonedCodeInfo()
68 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()69 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBasicBlock()459 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()460 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBlock()
1185 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()