Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Det-forest.c59 static alloc_pool et_occurrences; variable
448 if (!et_occurrences) in et_new_occ()
449 et_occurrences = create_alloc_pool ("et_occ pool", sizeof (struct et_occ), 300); in et_new_occ()
450 nw = pool_alloc (et_occurrences); in et_new_occ()
498 pool_free (et_occurrences, t->rightmost_occ); in et_free_tree()
507 pool_free (et_occurrences, t->rightmost_occ); in et_free_tree_force()
509 pool_free (et_occurrences, t->parent_occ); in et_free_tree_force()
518 free_alloc_pool_if_empty (&et_occurrences); in et_free_pools()
611 pool_free (et_occurrences, p_occ); in et_split()