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

/freebsd-12-stable/contrib/gcc/
H A Dgcse.c1878 struct expr **flat_table;
1882 flat_table = xcalloc (table->n_elems, sizeof (struct expr *));
1888 flat_table[expr->bitmap_index] = expr;
1896 if (flat_table[i] != 0)
1898 expr = flat_table[i];
1907 free (flat_table);
1869 struct expr **flat_table; local

Completed in 141 milliseconds