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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c1885 note_reg_set (int r)
1887 if (sched_deps_info->note_reg_set)
1888 sched_deps_info->note_reg_set (r);
2325 note_reg_set (regno + i);
2351 note_reg_set (regno);
4223 sched_deps_info->note_reg_set = haifa_note_reg_set;
1878 note_reg_set (int r) function
H A Dsched-int.h1316 void (*note_reg_set) (int);
1313 void (*note_reg_set) (int); member in struct:sched_deps_info_def
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc1885 note_reg_set (int r)
1887 if (sched_deps_info->note_reg_set)
1888 sched_deps_info->note_reg_set (r);
2325 note_reg_set (regno + i);
2351 note_reg_set (regno);
4206 sched_deps_info->note_reg_set = haifa_note_reg_set;
1878 note_reg_set (int r) function
H A Dsched-int.h1316 void (*note_reg_set) (int);
1313 void (*note_reg_set) (int); member in struct:sched_deps_info_def

Completed in 286 milliseconds