OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postorder_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc
1014
static unsigned int *
postorder_index
;
variable
1027
return
postorder_index
[x_bb->index] -
postorder_index
[y_bb->index];
1056
postorder_index
= new unsigned int[n_blocks];
1058
postorder_index
[postorder[i]] = i;
1062
delete[]
postorder_index
;
early-remat.cc
1014
static unsigned int *
postorder_index
;
variable
1027
return
postorder_index
[x_bb->index] -
postorder_index
[y_bb->index];
1056
postorder_index
= new unsigned int[n_blocks];
1058
postorder_index
[postorder[i]] = i;
1062
delete[]
postorder_index
;
Completed in 631 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026