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

/freebsd-11-stable/contrib/gcc/
H A Dtree-into-ssa.c154 static htab_t repl_tbl; variable
605 slot = htab_find_slot (repl_tbl, (void *) &m, NO_INSERT);
624 slot = htab_find_slot (repl_tbl, (void *) &m, INSERT);
2519 repl_tbl = htab_create (20, repl_map_hash, repl_map_eq, repl_map_free);
2543 htab_delete (repl_tbl);
2544 repl_tbl = NULL;
2983 htab_empty (repl_tbl);

Completed in 169 milliseconds