Searched refs:next_head (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dar_subs.c57 static int next_head(ARCHD *);
102 while (next_head(arcn) == 0) {
185 while (next_head(arcn) == 0) {
629 while (next_head(arcn) == 0) {
955 * next_head()
974 next_head(ARCHD *arcn) function
/freebsd-9.3-release/contrib/gcc/
H A Dcfglayout.c85 rtx insn, last_insn, next_head, prev;
87 next_head = NULL_RTX;
89 next_head = BB_HEAD (bb->next_bb);
93 if (insn == next_head)
83 rtx insn, last_insn, next_head, prev; local

Completed in 102 milliseconds