Searched refs:next_link (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c209 int i_next_switch, output_link, i, next_link, i_next_next_switch, local
229 next_link =
232 switches[i_next_switch]->phys_connections[next_link];
/freebsd-10.1-release/contrib/gcc/
H A Dhaifa-sched.c1804 rtx next_link;
1839 next_link = XEXP (link, 1);
1866 XEXP (prev_link, 1) = next_link;
1868 insn_queue[NEXT_Q_AFTER (q_ptr, stalls)] = next_link;
1887 link = next_link;
1800 rtx next_link; local
H A Dsched-deps.c648 goto next_link;
652 next_link:;
H A Dcombine.c12514 rtx link, next_link;
12516 for (link = links; link; link = next_link)
12522 next_link = XEXP (link, 1);
12464 rtx link, next_link; local

Completed in 195 milliseconds