Searched refs:set_depth (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | et-forest.c | 64 set_depth (struct et_occ *occ, int d) in set_depth() function 341 set_depth (f, -occ_depth); in et_splay() 370 set_depth (f, -occ_depth); in et_splay() 372 set_depth (gf, -f_depth); in et_splay() 383 set_depth (f, -occ_depth); in et_splay() 385 set_depth (gf, -occ_depth - f_depth); in et_splay() 399 set_depth (f, -occ_depth); in et_splay() 401 set_depth (gf, -occ_depth - f_depth); in et_splay() 412 set_depth (f, -occ_depth); in et_splay() 414 set_depth (gf, -f_depth); in et_splay()
|