Searched refs:ContainsDynamicAllocas (Results 1 – 6 of 6) sorted by relevance
67 bool ContainsDynamicAllocas; member72 ContainsDynamicAllocas = false; in ClonedCodeInfo()
75 bool ContainsDynamicAllocas; member82 ClonedCodeInfo() : ContainsCalls(false), ContainsDynamicAllocas(false) {} in ClonedCodeInfo()
64 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()65 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBasicBlock()307 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()308 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBlock()
1086 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()
68 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBasicBlock()69 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBasicBlock()383 CodeInfo->ContainsDynamicAllocas |= hasDynamicAllocas; in CloneBlock()384 CodeInfo->ContainsDynamicAllocas |= hasStaticAllocas && in CloneBlock()
1749 if (InlinedFunctionInfo.ContainsDynamicAllocas) { in InlineFunction()