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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-ssa-live.h356 static inline int tpa_num_trees (tpa_p);
368 tpa_num_trees (tpa_p tpa) function
412 if (index != TPA_NONE && index >= tpa_num_trees (tpa))
467 return tpa_num_trees (rv);
582 return tpa_num_trees (tv);
H A Dtree-ssa-live.c1413 if (tpa_num_trees (tpa) == 0)
1419 tpa_nodes = XCNEWVEC (int, tpa_num_trees (tpa));
1646 for (x = 0; x < tpa_num_trees (tpa); x++)
1784 for (x = 0; x < tpa_num_trees (tpa); x++)

Completed in 85 milliseconds