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

/freebsd-10.3-release/contrib/gcc/
H A Dddg.h39 typedef enum {TRUE_DEP, OUTPUT_DEP, ANTI_DEP} dep_type; enumerator in enum:__anon1113
H A Dddg.c157 dep_type t = TRUE_DEP;
249 create_ddg_dep_no_link (g, src_node, dest_node, TRUE_DEP,
355 create_ddg_dep_no_link (g, from, to, TRUE_DEP, MEM_DEP, 1);
366 create_ddg_dep_no_link (g, to, from, TRUE_DEP, MEM_DEP, 1);
H A Dmodulo-sched.c455 if (e->type == TRUE_DEP && e->dest != e->src)
481 if (e->type == TRUE_DEP && e->dest != e->src)

Completed in 103 milliseconds