OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defs_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ree.cc
588
auto_vec<rtx_insn *>
defs_list
;
member in class:ext_state
601
lists, STATE->
DEFS_LIST
and STATE->COPIES_LIST. This is necessary because,
604
merging their definitions. The
defs_list
is populated with all the reaching
653
state->
defs_list
.safe_push (def_insn);
771
state->
defs_list
.truncate (0);
805
if (state->
defs_list
.length () != 1)
837
rtx_insn *def_insn = state->
defs_list
[0];
984
state->
defs_list
[0] = def_insn2;
1012
FOR_EACH_VEC_ELT (state->
defs_list
, defs_ix, def_insn)
1324
reinsn_copy_list.safe_push (state.
defs_list
[0])
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
ree.cc
588
auto_vec<rtx_insn *>
defs_list
;
member in class:ext_state
601
lists, STATE->
DEFS_LIST
and STATE->COPIES_LIST. This is necessary because,
604
merging their definitions. The
defs_list
is populated with all the reaching
653
state->
defs_list
.safe_push (def_insn);
771
state->
defs_list
.truncate (0);
805
if (state->
defs_list
.length () != 1)
837
rtx_insn *def_insn = state->
defs_list
[0];
984
state->
defs_list
[0] = def_insn2;
1012
FOR_EACH_VEC_ELT (state->
defs_list
, defs_ix, def_insn)
1324
reinsn_copy_list.safe_push (state.
defs_list
[0])
[
all
...]
Completed in 400 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026