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

/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-live.h355 static inline int tpa_next_partition (tpa_p, int);
395 tpa_next_partition (tpa_p tpa, int i) function
494 return tpa_next_partition (rv, i);
609 return tpa_next_partition (tv, i);
H A Dtree-ssa-live.c907 for ( ; i != TPA_NONE; i = tpa_next_partition (tpa, i))
949 if (tpa_next_partition (tpa, first) != NO_PARTITION)
960 if (tpa_next_partition (tpa, first) == NO_PARTITION)
979 y = tpa_next_partition (tpa, y))
987 if (tpa_next_partition (tpa, first) != NO_PARTITION)
995 if (tpa_next_partition (tpa, first) != NO_PARTITION)
1383 y = tpa_next_partition (tpa, y))
1659 for (z = tpa_next_partition (tpa, y);
1661 z = tpa_next_partition (tpa, z))
1790 i = tpa_next_partition (tp
[all...]

Completed in 49 milliseconds