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_UID
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl.h
120
/* True if CODE is part of the insn chain (i.e. has
INSN_UID
, PREV_INSN
416
/* The
INSN_UID
of an RTX_INSN-class code. */
member in union:__anon13852
417
int
insn_uid
;
559
INSN_UID
()
562
i.e. we have an rtx that has an
INSN_UID
field and can be part of
1450
inline int
INSN_UID
(const_rtx insn)
1452
return RTL_INSN_CHAIN_FLAG_CHECK ("
INSN_UID
",
1453
(insn))->u2.
insn_uid
;
1455
inline int&
INSN_UID
(rtx insn)
1457
return RTL_INSN_CHAIN_FLAG_CHECK ("
INSN_UID
",
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
rtl.h
118
/* True if CODE is part of the insn chain (i.e. has
INSN_UID
, PREV_INSN
414
/* The
INSN_UID
of an RTX_INSN-class code. */
member in union:__anon16280
415
int
insn_uid
;
557
INSN_UID
()
560
i.e. we have an rtx that has an
INSN_UID
field and can be part of
1448
inline int
INSN_UID
(const_rtx insn)
1450
return RTL_INSN_CHAIN_FLAG_CHECK ("
INSN_UID
",
1451
(insn))->u2.
insn_uid
;
1453
inline int&
INSN_UID
(rtx insn)
1455
return RTL_INSN_CHAIN_FLAG_CHECK ("
INSN_UID
",
[
all
...]
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026