OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_first_insn
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/sh/
sh-protos.h
270
sh_treg_insns (void) :
m_first_insn
(NULL), m_trailing_nott_insn (NULL) { }
272
:
m_first_insn
(first_insn),
276
bool was_treg_operand (void) const { return
m_first_insn
== NULL; }
279
rtx_insn* first_insn (void) const { return
m_first_insn
; }
294
rtx_insn*
m_first_insn
;
member in class:sh_treg_insns
/src/external/gpl3/gcc/dist/gcc/rtl-ssa/
functions.h
109
insn_info *first_insn () const { return
m_first_insn
; }
367
insn_info *
m_first_insn
;
member in class:rtl_ssa::function_info
/src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh-protos.h
270
sh_treg_insns (void) :
m_first_insn
(NULL), m_trailing_nott_insn (NULL) { }
272
:
m_first_insn
(first_insn),
276
bool was_treg_operand (void) const { return
m_first_insn
== NULL; }
279
rtx_insn* first_insn (void) const { return
m_first_insn
; }
294
rtx_insn*
m_first_insn
;
member in class:sh_treg_insns
/src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
functions.h
92
insn_info *first_insn () const { return
m_first_insn
; }
326
insn_info *
m_first_insn
;
member in class:rtl_ssa::function_info
/src/external/gpl3/gcc/dist/gcc/
read-rtl-function.cc
134
rtx_insn *
m_first_insn
;
member in class:function_reader
377
m_first_insn
(NULL),
814
if (!
m_first_insn
)
816
m_first_insn
= insn;
/src/external/gpl3/gcc.old/dist/gcc/
read-rtl-function.cc
134
rtx_insn *
m_first_insn
;
member in class:function_reader
377
m_first_insn
(NULL),
813
if (!
m_first_insn
)
815
m_first_insn
= insn;
Completed in 17 milliseconds
Indexes created Wed May 06 00:24:28 UTC 2026