Searched refs:MEM_DEP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dddg.h40 typedef enum {REG_OR_MEM_DEP, REG_DEP, MEM_DEP, REG_AND_MEM_DEP} enumerator in enum:__anon1099
H A Dddg.c159 && mem_access_insn_p (dest_node->insn) ? MEM_DEP
355 create_ddg_dep_no_link (g, from, to, TRUE_DEP, MEM_DEP, 1);
357 create_ddg_dep_no_link (g, from, to, OUTPUT_DEP, MEM_DEP, 1);
365 create_ddg_dep_no_link (g, from, to, ANTI_DEP, MEM_DEP, 1);
366 create_ddg_dep_no_link (g, to, from, TRUE_DEP, MEM_DEP, 1);
H A Dmodulo-sched.c1397 if (e->data_type == MEM_DEP)
1419 if (e->data_type == MEM_DEP)
1444 if (e->data_type == MEM_DEP)
1457 if (e->data_type == MEM_DEP)

Completed in 68 milliseconds