OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:post_order_num
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cfganal.cc
662
int
post_order_num
= 0;
666
post_order[
post_order_num
++] = EXIT_BLOCK;
702
post_order[
post_order_num
++] = dest->index;
708
post_order[
post_order_num
++] = src->index;
719
post_order[
post_order_num
++] = ENTRY_BLOCK;
720
count =
post_order_num
;
723
count =
post_order_num
+ 2;
743
return
post_order_num
;
658
int
post_order_num
= 0;
local
df-core.cc
1317
int
post_order_num
= loop->num_nodes - 1;
1350
post_order[
post_order_num
--] = dest->index;
1356
post_order[
post_order_num
--] = src->index;
1379
int
post_order_num
= loop->num_nodes - 1;
1416
post_order[
post_order_num
--] = pred->index;
1422
post_order[
post_order_num
--] = bb->index;
1316
int
post_order_num
= loop->num_nodes - 1;
local
1378
int
post_order_num
= loop->num_nodes - 1;
local
/src/external/gpl3/gcc.old/dist/gcc/
cfganal.cc
662
int
post_order_num
= 0;
666
post_order[
post_order_num
++] = EXIT_BLOCK;
702
post_order[
post_order_num
++] = dest->index;
708
post_order[
post_order_num
++] = src->index;
719
post_order[
post_order_num
++] = ENTRY_BLOCK;
720
count =
post_order_num
;
723
count =
post_order_num
+ 2;
743
return
post_order_num
;
658
int
post_order_num
= 0;
local
df-core.cc
1302
int
post_order_num
= 0;
1335
post_order[
post_order_num
++] = dest->index;
1341
post_order[
post_order_num
++] = src->index;
1352
return
post_order_num
;
1301
int
post_order_num
= 0;
local
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026