Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcse.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
428 int cost;
429 int regcost;
433 char in_memory;
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcse.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
415 int cost;
416 int regcost;
420 char in_memory;
[all …]