Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-strength-reduction.c446 static hash_table<cand_chain_hasher> *base_cand_map; variable
550 chain = base_cand_map->find (&mapping_key); in find_basis_for_base_expr()
654 slot = base_cand_map->find_slot (node, INSERT); in record_potential_basis()
1963 base_cand_map->traverse_noresize <void *, ssa_base_cand_dump_callback> in dump_cand_chains()
4023 base_cand_map = new hash_table<cand_chain_hasher> (500); in execute()
4050 delete base_cand_map; in execute() local
4051 base_cand_map = NULL; in execute()