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_SHUID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
final.cc
493
#define
INSN_SHUID
(INSN) (uid_shuid[INSN_UID (INSN)])
544
int end_shuid =
INSN_SHUID
(end);
598
BRANCH also has no
INSN_SHUID
. */
599
if (
INSN_SHUID
(seq) <
INSN_SHUID
(dest))
863
INSN_SHUID
(insn) = i++;
956
int min_shuid =
INSN_SHUID
(get_insns ()) - 1;
957
int max_shuid =
INSN_SHUID
(get_last_insn ()) + 1;
local
963
int len, i, min, max,
insn_shuid
;
977
int shuid =
INSN_SHUID
(lab)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
final.cc
508
#define
INSN_SHUID
(INSN) (uid_shuid[INSN_UID (INSN)])
559
int end_shuid =
INSN_SHUID
(end);
613
BRANCH also has no
INSN_SHUID
. */
614
if (
INSN_SHUID
(seq) <
INSN_SHUID
(dest))
879
INSN_SHUID
(insn) = i++;
972
int min_shuid =
INSN_SHUID
(get_insns ()) - 1;
973
int max_shuid =
INSN_SHUID
(get_last_insn ()) + 1;
local
979
int len, i, min, max,
insn_shuid
;
993
int shuid =
INSN_SHUID
(lab)
[
all
...]
Completed in 23 milliseconds
Indexes created Tue Mar 31 00:22:50 UTC 2026