Searched refs:unionfind_root (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Dweb.c70 unionfind_root (struct web_entry *element) function
92 first = unionfind_root (first);
93 second = unionfind_root (second);
195 root = unionfind_root (entry);
H A Dsee.c1065 first = unionfind_root (first);
1066 second = unionfind_root (second);
3201 root_entry = unionfind_root (&def_entry[i]);
3286 root_entry = unionfind_root (&use_entry[i]);
H A Ddf.h674 extern struct web_entry *unionfind_root (struct web_entry *);

Completed in 75 milliseconds