OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regno_cands
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
lra-remat.cc
118
static cand_t *
regno_cands
;
variable
422
cand->next_regno_cand =
regno_cands
[cand->regno];
423
regno_cands
[cand->regno] = cand;
1121
for (cand =
regno_cands
[src_regno];
1330
regno_cands
= XCNEWVEC (cand_t, max_regno);
1354
free (
regno_cands
);
/src/external/gpl3/gcc.old/dist/gcc/
lra-remat.cc
118
static cand_t *
regno_cands
;
variable
422
cand->next_regno_cand =
regno_cands
[cand->regno];
423
regno_cands
[cand->regno] = cand;
1121
for (cand =
regno_cands
[src_regno];
1330
regno_cands
= XCNEWVEC (cand_t, max_regno);
1352
free (
regno_cands
);
Completed in 16 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026