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

  /src/external/gpl3/gcc/dist/gcc/
sched-deps.cc 1878 note_reg_use (int r)
1880 if (sched_deps_info->note_reg_use)
1881 sched_deps_info->note_reg_use (r);
2330 note_reg_use (regno + i);
2353 note_reg_use (regno);
4239 sched_deps_info->note_reg_use = haifa_note_reg_use;
1871 note_reg_use (int r) function
sched-int.h 1324 void (*note_reg_use) (int);
1321 void (*note_reg_use) (int); member in struct:sched_deps_info_def
  /src/external/gpl3/gcc.old/dist/gcc/
sched-deps.cc 1878 note_reg_use (int r)
1880 if (sched_deps_info->note_reg_use)
1881 sched_deps_info->note_reg_use (r);
2330 note_reg_use (regno + i);
2353 note_reg_use (regno);
4208 sched_deps_info->note_reg_use = haifa_note_reg_use;
1871 note_reg_use (int r) function
sched-int.h 1322 void (*note_reg_use) (int);
1319 void (*note_reg_use) (int); member in struct:sched_deps_info_def

Completed in 44 milliseconds