Searched refs:INSN_HASH_SIZE (Results 1 – 1 of 1) sorted by relevance
22 #define INSN_HASH_SIZE 256 macro23 static struct instruction_list *insn_hash_table[INSN_HASH_SIZE];125 hash &= INSN_HASH_SIZE-1; in cse_collect()349 for (i = 0; i < INSN_HASH_SIZE; i++) { in cse_eliminate()