Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc395 struct table_elt struct
399 struct table_elt *next_same_hash; argument
400 struct table_elt *prev_same_hash; argument
401 struct table_elt *next_same_value; argument
402 struct table_elt *prev_same_value; argument
403 struct table_elt *first_same_value; argument
404 struct table_elt *related_value; argument
405 int cost;
406 int regcost;
410 char in_memory;
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c406 struct table_elt struct
410 struct table_elt *next_same_hash; argument
411 struct table_elt *prev_same_hash; argument
412 struct table_elt *next_same_value; argument
413 struct table_elt *prev_same_value; argument
414 struct table_elt *first_same_value; argument
415 struct table_elt *related_value; argument
416 int cost;
417 int regcost;
421 char in_memory;
[all …]