HomeSort by: relevance | last modified time | path
    Searched defs:table_elt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
cse.cc 136 that contain chains of `struct table_elt' elements for expressions.
349 /* The hash table contains buckets which are chains of `struct table_elt's,
393 struct table_elt struct
397 struct table_elt *next_same_hash;
398 struct table_elt *prev_same_hash;
399 struct table_elt *next_same_value;
400 struct table_elt *prev_same_value;
401 struct table_elt *first_same_value;
402 struct table_elt *related_value;
427 /* Compute cost of X, as stored in the `cost' field of a table_elt. Fixe
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 136 that contain chains of `struct table_elt' elements for expressions.
351 /* The hash table contains buckets which are chains of `struct table_elt's,
395 struct table_elt struct
399 struct table_elt *next_same_hash;
400 struct table_elt *prev_same_hash;
401 struct table_elt *next_same_value;
402 struct table_elt *prev_same_value;
403 struct table_elt *first_same_value;
404 struct table_elt *related_value;
445 /* Compute cost of X, as stored in the `cost' field of a table_elt. Fixe
    [all...]

Completed in 17 milliseconds