Home
last modified time | relevance | path

Searched refs:FIRST_REF_NODE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c622 #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 Dtree-ssa-structalias.cc630 #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 DChangeLog-200731903 (FIRST_REF_NODE): New macro.
H A DChangeLog-201626622 bigger than FIRST_REF_NODE.