Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtree-ssa-live.h355 static inline int tpa_next_partition (tpa_p, int);
395 tpa_next_partition (tpa_p tpa, int i) in tpa_next_partition() function
494 return tpa_next_partition (rv, i); in root_var_next_partition()
609 return tpa_next_partition (tv, i); in type_var_next_partition()
Dtree-ssa-live.c907 for ( ; i != TPA_NONE; i = tpa_next_partition (tpa, i)) in tpa_remove_partition()
949 if (tpa_next_partition (tpa, first) != NO_PARTITION) in tpa_compact()
960 if (tpa_next_partition (tpa, first) == NO_PARTITION) in tpa_compact()
979 y = tpa_next_partition (tpa, y)) in tpa_compact()
987 if (tpa_next_partition (tpa, first) != NO_PARTITION) in tpa_compact()
995 if (tpa_next_partition (tpa, first) != NO_PARTITION) in tpa_compact()
1383 y = tpa_next_partition (tpa, y)) in add_conflicts_if_valid()
1659 for (z = tpa_next_partition (tpa, y); in coalesce_tpa_members()
1661 z = tpa_next_partition (tpa, z)) in coalesce_tpa_members()
1790 i = tpa_next_partition (tpa, i)) in tpa_dump()
DChangeLog.tree-ssa2361 * tree-ssa-live.h (tpa_next_partition): Correctly handle compressed
9262 (tpa_num_trees, tpa_tree, tpa_first_partition, tpa_next_partition,