Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcprop.cc338 struct cprop_expr **flat_table; in dump_hash_table() local
342 flat_table = XCNEWVEC (struct cprop_expr *, table->n_elems); in dump_hash_table()
348 flat_table[expr->bitmap_index] = expr; in dump_hash_table()
356 if (flat_table[i] != 0) in dump_hash_table()
358 expr = flat_table[i]; in dump_hash_table()
369 free (flat_table); in dump_hash_table()
H A Dgcse.cc1396 struct gcse_expr **flat_table; in dump_hash_table() local
1400 flat_table = XCNEWVEC (struct gcse_expr *, table->n_elems); in dump_hash_table()
1406 flat_table[expr->bitmap_index] = expr; in dump_hash_table()
1414 if (flat_table[i] != 0) in dump_hash_table()
1416 expr = flat_table[i]; in dump_hash_table()
1426 free (flat_table); in dump_hash_table()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcprop.c337 struct cprop_expr **flat_table; in dump_hash_table() local
341 flat_table = XCNEWVEC (struct cprop_expr *, table->n_elems); in dump_hash_table()
347 flat_table[expr->bitmap_index] = expr; in dump_hash_table()
355 if (flat_table[i] != 0) in dump_hash_table()
357 expr = flat_table[i]; in dump_hash_table()
368 free (flat_table); in dump_hash_table()
H A Dgcse.c1397 struct gcse_expr **flat_table; in dump_hash_table() local
1401 flat_table = XCNEWVEC (struct gcse_expr *, table->n_elems); in dump_hash_table()
1407 flat_table[expr->bitmap_index] = expr; in dump_hash_table()
1415 if (flat_table[i] != 0) in dump_hash_table()
1417 expr = flat_table[i]; in dump_hash_table()
1427 free (flat_table); in dump_hash_table()