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

/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-live.c1404 int *partition_link, *tpa_nodes; local
1419 tpa_nodes = XCNEWVEC (int, tpa_num_trees (tpa));
1514 TPA roots which have been seen are tracked in 'tpa_nodes'. A nonzero
1529 int start = tpa_nodes[i];
1538 tpa_nodes[i] = x + 1;
1545 tpa_nodes[idx] = 0;
1549 free (tpa_nodes);

Completed in 166 milliseconds