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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h271 from LOG_LINKS to RESOLVED_DEPS during scheduling. */
347 #define RESOLVED_DEPS(INSN) (h_i_d[INSN_UID (INSN)].resolved_deps) macro
H A Dhaifa-sched.c1174 /* Now we can free RESOLVED_DEPS list. */
1176 free_DEPS_LIST_list (&RESOLVED_DEPS (insn));
1178 free_INSN_LIST_list (&RESOLVED_DEPS (insn));
3167 link = RESOLVED_DEPS (next);
3258 XEXP (dep, 1) = RESOLVED_DEPS (next);
3259 RESOLVED_DEPS (next) = dep;
3472 RESOLVED_DEPS (twin) = copy_DEPS_LIST_list (RESOLVED_DEPS (insn));
3767 for (link = RESOLVED_DEPS (insn); link; link = XEXP (link, 1))
3770 RESOLVED_DEPS (chec
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c7136 speculative load in the RESOLVED_DEPS list of INSN.
7144 for (link = RESOLVED_DEPS (insn); link; link = XEXP (link, 1))

Completed in 173 milliseconds