Searched refs:FIRST_REF_NODE (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-structalias.c | 622 #define FIRST_REF_NODE (varmap).length () macro 623 #define LAST_REF_NODE (FIRST_REF_NODE + (FIRST_REF_NODE - 1)) 757 if (i == FIRST_REF_NODE) in dump_constraint_graph() 761 if (i < FIRST_REF_NODE) in dump_constraint_graph() 764 fprintf (file, "\"*%s\"", get_varinfo (i - FIRST_REF_NODE)->name); in dump_constraint_graph() 793 if (i < FIRST_REF_NODE) in dump_constraint_graph() 796 fprintf (file, "\"*%s\"", get_varinfo (i - FIRST_REF_NODE)->name); in dump_constraint_graph() 798 if (to < FIRST_REF_NODE) in dump_constraint_graph() 801 fprintf (file, "\"*%s\"", get_varinfo (to - FIRST_REF_NODE)->name); in dump_constraint_graph() 1191 if (to < FIRST_REF_NODE && from < FIRST_REF_NODE) in add_graph_edge() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-structalias.cc | 630 #define FIRST_REF_NODE (varmap).length () macro 631 #define LAST_REF_NODE (FIRST_REF_NODE + (FIRST_REF_NODE - 1)) 771 if (i == FIRST_REF_NODE) in dump_constraint_graph() 775 if (i < FIRST_REF_NODE) in dump_constraint_graph() 778 fprintf (file, "\"*%s\"", get_varinfo (i - FIRST_REF_NODE)->name); in dump_constraint_graph() 807 if (i < FIRST_REF_NODE) in dump_constraint_graph() 810 fprintf (file, "\"*%s\"", get_varinfo (i - FIRST_REF_NODE)->name); in dump_constraint_graph() 812 if (to < FIRST_REF_NODE) in dump_constraint_graph() 815 fprintf (file, "\"*%s\"", get_varinfo (to - FIRST_REF_NODE)->name); in dump_constraint_graph() 1213 if (to < FIRST_REF_NODE in add_graph_edge() [all …]
|
| H A D | ChangeLog-2007 | 31903 (FIRST_REF_NODE): New macro.
|
| H A D | ChangeLog-2016 | 26622 bigger than FIRST_REF_NODE.
|