Searched refs:malloc_for_level (Results 1 – 1 of 1) sorted by relevance
274 gimple *malloc_for_level; member534 free (mat->malloc_for_level); in mat_free()712 gcc_assert (mi->malloc_for_level); in add_allocation_site()722 && mi->malloc_for_level[min_malloc_level]; min_malloc_level++) in add_allocation_site()743 if (!mi->malloc_for_level) in add_allocation_site()745 mi->malloc_for_level = XCNEWVEC (gimple, level + 1); in add_allocation_site()750 mi->malloc_for_level in add_allocation_site()751 = XRESIZEVEC (gimple, mi->malloc_for_level, level + 1); in add_allocation_site()754 memset (&(mi->malloc_for_level[mi->max_malloced_level + 1]), in add_allocation_site()759 mi->malloc_for_level[level] = stmt; in add_allocation_site()[all …]