Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-ssa-live.h521 root_var_remove_partition (root_var_p rv, int root_index, int partition_index) in root_var_remove_partition() argument
523 tpa_remove_partition (rv, root_index, partition_index); in root_var_remove_partition()
636 type_var_remove_partition (type_var_p tv, int type_index, int partition_index) in type_var_remove_partition() argument
638 tpa_remove_partition (tv, type_index, partition_index); in type_var_remove_partition()
Dtree-ssa-live.c895 tpa_remove_partition (tpa_p tpa, int tree_index, int partition_index) in tpa_remove_partition() argument
900 if (i == partition_index) in tpa_remove_partition()
909 if (tpa->next_partition[i] == partition_index) in tpa_remove_partition()
911 tpa->next_partition[i] = tpa->next_partition[partition_index]; in tpa_remove_partition()