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

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

Completed in 29 milliseconds