Home
last modified time | relevance | path

Searched refs:allocation_function_decl (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmatrix-reorg.c283 tree allocation_function_decl; member
706 if (!mi->allocation_function_decl) in add_allocation_site()
707 mi->allocation_function_decl = current_function_decl; in add_allocation_site()
708 else if (mi->allocation_function_decl != current_function_decl) in add_allocation_site()
726 mi->allocation_function_decl = current_function_decl; in add_allocation_site()
1563 if (mi->allocation_function_decl != current_function_decl in check_allocation_function()
2090 data.fn = mi->allocation_function_decl; in transform_allocation_sites()
2115 current_function_decl = mi->allocation_function_decl; in transform_allocation_sites()
2116 push_cfun (DECL_STRUCT_FUNCTION (mi->allocation_function_decl)); in transform_allocation_sites()
2170 c_node = cgraph_get_node (mi->allocation_function_decl); in transform_allocation_sites()