Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-ivopts.cc553 struct iv_inv_expr_hasher : free_ptr_hash <iv_inv_expr_ent> struct
570 iv_inv_expr_hasher::hash (const iv_inv_expr_ent *expr) in hash()
578 iv_inv_expr_hasher::equal (const iv_inv_expr_ent *expr1, in equal()
605 hash_table<iv_inv_expr_hasher> *inv_expr_tab;
1084 data->inv_expr_tab = new hash_table<iv_inv_expr_hasher> (10); in tree_ssa_iv_optimize_init()
5943 for (hash_table<iv_inv_expr_hasher>::iterator it in determine_group_iv_costs()
DChangeLog-201922554 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher::equal): Same.
DChangeLog-201526694 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher): Likewise.