Home
last modified time | relevance | path

Searched refs:et_occ (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Det-forest.c41 struct et_occ struct
45 struct et_occ *parent; /* Parent in the splay-tree. */ argument
46 struct et_occ *prev; /* Left son in the splay-tree. */ argument
47 struct et_occ *next; /* Right son in the splay-tree. */ argument
54 struct et_occ *min_occ; /* The occurrence in the subtree with the minimal argument
64 set_depth (struct et_occ *occ, int d) in set_depth()
76 set_depth_add (struct et_occ *occ, int d) in set_depth_add()
88 set_prev (struct et_occ *occ, struct et_occ *t) in set_prev()
102 set_next (struct et_occ *occ, struct et_occ *t) in set_next()
116 et_recomp_min (struct et_occ *occ) in et_recomp_min()
[all …]
Det-forest.h70 struct et_occ *rightmost_occ; /* The rightmost occurrence. */
71 struct et_occ *parent_occ; /* The occurrence of the parent node. */
DChangeLog.tree-ssa3508 (struct et_occ): New.
DChangeLog-2003194 (struct et_occ): New.