OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:incoming_edges
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.cc
136
struct el *
incoming_edges
;
member in struct:redirection_data
468
elt->
incoming_edges
= NULL;
485
elt->
incoming_edges
= XNEW (struct el);
486
elt->
incoming_edges
->e = e;
487
elt->
incoming_edges
->next = NULL;
505
el->next = elt->
incoming_edges
;
507
elt->
incoming_edges
= el;
769
edge e = rd->
incoming_edges
->e;
794
for (el = rd->
incoming_edges
; el; el = next)
1016
bool multi_incomings = (rd->
incoming_edges
->next != NULL)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.cc
136
struct el *
incoming_edges
;
member in struct:redirection_data
468
elt->
incoming_edges
= NULL;
485
elt->
incoming_edges
= XNEW (struct el);
486
elt->
incoming_edges
->e = e;
487
elt->
incoming_edges
->next = NULL;
505
el->next = elt->
incoming_edges
;
507
elt->
incoming_edges
= el;
794
edge e = rd->
incoming_edges
->e;
819
for (el = rd->
incoming_edges
; el; el = next)
1041
bool multi_incomings = (rd->
incoming_edges
->next != NULL)
[
all
...]
Completed in 25 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026