Home
last modified time | relevance | path

Searched defs:avail_exprs (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-dom.c675 hash_table<expr_elt_hasher> *avail_exprs in execute() local
841 delete avail_exprs; in execute() local
1222 hash_table<expr_elt_hasher> *avail_exprs) in dump_dominator_optimization_stats()
H A Dtree-ssa-scopedtables.h146 hash_table<expr_elt_hasher> *avail_exprs (void) in avail_exprs() function
H A Dtree-vrp.c6855 hash_table<expr_elt_hasher> *avail_exprs in identify_jump_threads() local
6872 delete avail_exprs; in identify_jump_threads() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-dom.c118 static htab_t avail_exprs; variable