Home
last modified time | relevance | path

Searched refs:num_trees (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/gcc/
HDtree-ssa-live.h345 int num_trees; member
370 return tpa->num_trees; in tpa_num_trees()
428 tpa->num_trees = tpa->uncompressed_num; in tpa_decompact()
HDtree-ssa-live.c874 tpa->num_trees = 0; in tpa_init()
946 for (last = tpa->num_trees - 1; last > 0; last--) in tpa_compact()
997 tpa->uncompressed_num = tpa->num_trees; in tpa_compact()
998 tpa->num_trees = x; in tpa_compact()
1053 VAR_ANN_ROOT_INDEX (ann) = rv->num_trees++; in root_var_init()
1061 for (x = 0; x < rv->num_trees; x++) in root_var_init()
1118 for (y = 0; y < tv->num_trees; y++) in type_var_init()
1121 if (y == tv->num_trees) in type_var_init()
1123 tv->num_trees++; in type_var_init()