Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtree-outof-ssa.c1302 value_expr_p *partition_dep_list; member
1347 t->partition_dep_list = XCNEWVEC (value_expr_p, in new_temp_expr_table()
1375 gcc_assert (!t->partition_dep_list[x]); in free_temp_expr_table()
1392 free (t->partition_dep_list); in free_temp_expr_table()
1530 add_info_to_list (tab, &(tab->partition_dep_list[x]), info); in add_dependence()
1540 add_value_to_list (tab, &(tab->partition_dep_list[i]), version); in add_dependence()
1617 &(tab->partition_dep_list[VIRTUAL_PARTITION (tab)]), in check_replaceable()
1641 gcc_assert (tab->partition_dep_list[partition]); in finish_expr()
1642 tmp = remove_value_from_list (&(tab->partition_dep_list[partition]), in finish_expr()
1648 if (!(tab->partition_dep_list[partition]) && replace) in finish_expr()
[all …]