Searched refs:ContainsDynamicAllocas (Results 1 – 3 of 3) sorted by relevance
63 bool ContainsDynamicAllocas; member65 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {} in ClonedCodeInfo()
66 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()67 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBasicBlock()349 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()350 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBlock()
681 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()