Searched defs:note_mem_dep (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | sched-int.h | 1204 void (*note_mem_dep) (rtx mem1, rtx mem2, rtx insn2, ds_t ds); member
|
H A D | sched-deps.c | 1867 note_mem_dep (rtx m1, rtx m2, rtx e, ds_t ds) in note_mem_dep() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | sched-int.h | 1320 void (*note_mem_dep) (rtx mem1, rtx mem2, rtx_insn *insn2, ds_t ds); member
|
H A D | sched-deps.c | 1891 note_mem_dep (rtx m1, rtx m2, rtx_insn *e, ds_t ds) in note_mem_dep() function
|