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

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-live.h357 static inline int tpa_find_tree (tpa_p, int);
405 tpa_find_tree (tpa_p tpa, int i) function
532 return tpa_find_tree (rv, i);
647 return tpa_find_tree (tv, i);
H A Dtree-ssa-live.c1376 first = tpa_find_tree (tpa, p);
1526 i = tpa_find_tree (tpa, x);
1583 w = tpa_find_tree (tpa, x);
1584 z = tpa_find_tree (tpa, y);
1625 w = tpa_find_tree (tpa, y);
1631 w = tpa_find_tree (tpa, x);
1686 if (tpa_find_tree (tpa, y) == TPA_NONE
1687 || tpa_find_tree (tpa, z) == TPA_NONE)
1797 if (tpa_find_tree (tpa, i) != x)

Completed in 61 milliseconds