OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextlast
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc
3586
rtx_insn *
nextlast
= NEXT_INSN (last);
3591
SET_NEXT_INSN (prevfirst) =
nextlast
;
3592
if (
nextlast
)
3593
SET_PREV_INSN (
nextlast
) = prevfirst;
3597
set_first_insn (
nextlast
);
3570
rtx_insn *
nextlast
= NEXT_INSN (last);
local
/src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc
3561
rtx_insn *
nextlast
= NEXT_INSN (last);
3566
SET_NEXT_INSN (prevfirst) =
nextlast
;
3567
if (
nextlast
)
3568
SET_PREV_INSN (
nextlast
) = prevfirst;
3572
set_first_insn (
nextlast
);
3545
rtx_insn *
nextlast
= NEXT_INSN (last);
local
Completed in 31 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026