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