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

/freebsd-9.3-release/contrib/gcc/
H A Dcse.c135 that contain chains of `struct table_elt' elements for expressions.
399 /* The hash table contains buckets which are chains of `struct table_elt's,
443 struct table_elt struct
447 struct table_elt *next_same_hash;
448 struct table_elt *prev_same_hash;
449 struct table_elt *next_same_value;
450 struct table_elt *prev_same_value;
451 struct table_elt *first_same_value;
452 struct table_elt *related_value;
493 /* Compute cost of X, as stored in the `cost' field of a table_elt
[all...]

Completed in 102 milliseconds