Home
last modified time | relevance | path

Searched refs:DEP_NODE_BACK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c329 dep_link_t back = DEP_NODE_BACK (n); in create_dep_node()
349 gcc_assert (dep_link_is_detached_p (DEP_NODE_BACK (n)) in delete_dep_node()
1109 dep_link_t link = DEP_NODE_BACK (node); in change_spec_dep_to_hard()
1325 add_to_deps_list (DEP_NODE_BACK (n), con_back_deps); in sd_add_dep()
1359 move_dep_link (DEP_NODE_BACK (node), INSN_SPEC_BACK_DEPS (con), in sd_resolve_dep()
1362 move_dep_link (DEP_NODE_BACK (node), INSN_HARD_BACK_DEPS (con), in sd_resolve_dep()
1380 move_dep_link (DEP_NODE_BACK (node), INSN_RESOLVED_BACK_DEPS (con), in sd_unresolve_dep()
1383 move_dep_link (DEP_NODE_BACK (node), INSN_RESOLVED_BACK_DEPS (con), in sd_unresolve_dep()
1440 remove_from_deps_list (DEP_NODE_BACK (n), con_back_deps); in sd_delete_dep()
H A Dsched-int.h398 #define DEP_NODE_BACK(N) (&(N)->back) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-deps.c322 dep_link_t back = DEP_NODE_BACK (n); in create_dep_node()
342 gcc_assert (dep_link_is_detached_p (DEP_NODE_BACK (n)) in delete_dep_node()
1110 dep_link_t link = DEP_NODE_BACK (node); in change_spec_dep_to_hard()
1335 add_to_deps_list (DEP_NODE_BACK (n), con_back_deps); in sd_add_dep()
1368 move_dep_link (DEP_NODE_BACK (node), INSN_SPEC_BACK_DEPS (con), in sd_resolve_dep()
1371 move_dep_link (DEP_NODE_BACK (node), INSN_HARD_BACK_DEPS (con), in sd_resolve_dep()
1389 move_dep_link (DEP_NODE_BACK (node), INSN_RESOLVED_BACK_DEPS (con), in sd_unresolve_dep()
1392 move_dep_link (DEP_NODE_BACK (node), INSN_RESOLVED_BACK_DEPS (con), in sd_unresolve_dep()
1449 remove_from_deps_list (DEP_NODE_BACK (n), con_back_deps); in sd_delete_dep()
4833 move_dep_link (DEP_NODE_BACK (node), INSN_HARD_BACK_DEPS (con), in find_inc()
H A Dsched-int.h422 #define DEP_NODE_BACK(N) (&(N)->back) macro