OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:insn_to_cand
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
lra-remat.cc
110
static cand_t *
insn_to_cand
;
variable
398
corresponding
INSN_TO_CAND
element. */
414
insn_to_cand
[INSN_UID (insn)] = cand_in_table;
798
cand =
insn_to_cand
[INSN_UID (insn2)];
819
cand =
insn_to_cand
[INSN_UID (insn2)];
830
cand =
insn_to_cand
[INSN_UID (insn)];
1245
cand =
insn_to_cand
[INSN_UID (insn)];
1328
insn_to_cand
= XCNEWVEC (cand_t, get_max_uid ());
1355
free (
insn_to_cand
);
/src/external/gpl3/gcc.old/dist/gcc/
lra-remat.cc
110
static cand_t *
insn_to_cand
;
variable
398
corresponding
INSN_TO_CAND
element. */
414
insn_to_cand
[INSN_UID (insn)] = cand_in_table;
798
cand =
insn_to_cand
[INSN_UID (insn2)];
819
cand =
insn_to_cand
[INSN_UID (insn2)];
830
cand =
insn_to_cand
[INSN_UID (insn)];
1245
cand =
insn_to_cand
[INSN_UID (insn)];
1328
insn_to_cand
= XCNEWVEC (cand_t, get_max_uid ());
1353
free (
insn_to_cand
);
Completed in 23 milliseconds
Indexes created Wed Apr 22 00:22:44 UTC 2026