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

/freebsd-9.3-release/contrib/gcc/
H A Det-forest.h71 struct et_occ *parent_occ; /* The occurrence of the parent node. */ member in struct:et_node
H A Det-forest.c482 nw->parent_occ = NULL;
508 if (t->parent_occ)
509 pool_free (et_occurrences, t->parent_occ);
556 t->parent_occ = new_f_occ;
596 p_occ = t->parent_occ;
598 t->parent_occ = NULL;

Completed in 108 milliseconds