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

/freebsd-10.2-release/contrib/gcc/
H A Det-forest.h70 struct et_occ *rightmost_occ; /* The rightmost occurrence. */ member in struct:et_node
H A Det-forest.c481 nw->rightmost_occ = et_new_occ (nw);
498 pool_free (et_occurrences, t->rightmost_occ);
507 pool_free (et_occurrences, t->rightmost_occ);
533 rmost = father->rightmost_occ;
538 p = t->rightmost_occ;
588 rmost = t->rightmost_occ;
640 struct et_occ *o1 = n1->rightmost_occ, *o2 = n2->rightmost_occ, *om;
699 struct et_occ *u = up->rightmost_occ, *d = down->rightmost_occ;
[all...]

Completed in 88 milliseconds