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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-live.c1404 int *partition_link, *tpa_nodes; local
1418 partition_link = XCNEWVEC (int, num_var_partitions (map) + 1);
1515 entry points to an index into 'partition_link', which then indexes
1518 at index zero, all entries in partition_link are (partition + 1).
1536 for (y = start; y != 0; y = partition_link[y])
1539 partition_link[x + 1] = start;
1550 free (partition_link);

Completed in 47 milliseconds