Searched refs:ContainsDynamicAllocas (Results 1 – 3 of 3) sorted by relevance
75 bool ContainsDynamicAllocas; member82 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {} in ClonedCodeInfo()
68 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()69 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBasicBlock()474 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()475 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBlock()
1397 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()