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

/freebsd-9.3-release/contrib/gcc/
H A Dcfglayout.c61 rtx prevfirst = PREV_INSN (first);
66 if (prevfirst)
67 NEXT_INSN (prevfirst) = nextlast;
69 PREV_INSN (nextlast) = prevfirst;
71 set_last_insn (prevfirst);
72 if (!prevfirst)
60 rtx prevfirst = PREV_INSN (first); local
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c5066 uint64_t first, end, prevfirst; local
5072 prevfirst = 0;
5074 KASSERT(prevfirst <= lop->lo_first,
5078 prevfirst = lop->lo_first;

Completed in 118 milliseconds