OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scc_exits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfganal.cc
1112
scc_exit_vec_t
scc_exits
;
1235
::new (&bb_data[ei_edge (ei)->dest->index].
scc_exits
)
1332
bb_data[tem_src_scc].
scc_exits
.safe_push (e->dest->index);
1361
bb_data[src_scc].
scc_exits
.safe_push (e->dest->index);
1391
&& !bb_data[dest->index].
scc_exits
.is_empty ())
1397
gcc_sort_r (&bb_data[dest->index].
scc_exits
[0],
1398
bb_data[dest->index].
scc_exits
.length (),
1401
for (int i = bb_data[dest->index].
scc_exits
.length () - 1; i >= 0; --i)
1403
(dest, BASIC_BLOCK_FOR_FN (fn, bb_data[dest->index].
scc_exits
[i])));
1475
bb_data[bb->index].
scc_exits
.~scc_exit_vec_t ()
1108
scc_exit_vec_t
scc_exits
;
member in struct:rpoamdbs_bb_data
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cfganal.cc
1109
scc_exit_vec_t
scc_exits
;
1232
::new (&bb_data[ei_edge (ei)->dest->index].
scc_exits
)
1329
bb_data[tem_src_scc].
scc_exits
.safe_push (e->dest->index);
1358
bb_data[src_scc].
scc_exits
.safe_push (e->dest->index);
1388
&& !bb_data[dest->index].
scc_exits
.is_empty ())
1394
gcc_sort_r (&bb_data[dest->index].
scc_exits
[0],
1395
bb_data[dest->index].
scc_exits
.length (),
1398
for (int i = bb_data[dest->index].
scc_exits
.length () - 1; i >= 0; --i)
1400
(dest, BASIC_BLOCK_FOR_FN (fn, bb_data[dest->index].
scc_exits
[i])));
1472
bb_data[bb->index].
scc_exits
.~scc_exit_vec_t ()
1105
scc_exit_vec_t
scc_exits
;
member in struct:rpoamdbs_bb_data
[
all
...]
Completed in 57 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026