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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c236 static hash_table<expr_elt_hasher> *avail_exprs; variable
886 avail_exprs = new hash_table<expr_elt_hasher> (1024);
1004 delete avail_exprs; local
1005 avail_exprs = NULL;
1100 slot = avail_exprs->find_slot (victim.first, NO_INSERT);
1108 avail_exprs->clear_slot (slot);
1388 fprintf (file, " avail_exprs: ");
1389 htab_statistics (file, *avail_exprs);
1426 slot = avail_exprs->find_slot_with_hash (element, element->hash, INSERT);
2636 slot = avail_exprs
[all...]

Completed in 93 milliseconds