Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDcse.c405 struct table_elt struct
409 struct table_elt *next_same_hash; argument
410 struct table_elt *prev_same_hash; argument
411 struct table_elt *next_same_value; argument
412 struct table_elt *prev_same_value; argument
413 struct table_elt *first_same_value; argument
414 struct table_elt *related_value; argument
498 static struct table_elt *table[HASH_SIZE];
503 static struct table_elt *free_element_chain;
551 static int insert_regs (rtx, struct table_elt *, int);
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
HDcse.c418 struct table_elt struct
422 struct table_elt *next_same_hash; argument
423 struct table_elt *prev_same_hash; argument
424 struct table_elt *next_same_value; argument
425 struct table_elt *prev_same_value; argument
426 struct table_elt *first_same_value; argument
427 struct table_elt *related_value; argument
509 static struct table_elt *table[HASH_SIZE];
514 static struct table_elt *free_element_chain;
564 static int insert_regs (rtx, struct table_elt *, int);
[all …]