OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtx_first
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc
2216
print_rtl_with_bb (FILE *outf, const rtx_insn *
rtx_first
, dump_flags_t flags)
2219
if (
rtx_first
== 0)
2264
for (tmp_rtx =
rtx_first
; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx))
3083
rtx_insn * const
rtx_first
= get_insns ();
3088
for (x =
rtx_first
; x; x = NEXT_INSN (x))
3070
rtx_insn * const
rtx_first
= get_insns ();
local
/src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc
2236
print_rtl_with_bb (FILE *outf, const rtx_insn *
rtx_first
, dump_flags_t flags)
2239
if (
rtx_first
== 0)
2284
for (tmp_rtx =
rtx_first
; tmp_rtx != NULL; tmp_rtx = NEXT_INSN (tmp_rtx))
3106
rtx_insn * const
rtx_first
= get_insns ();
3111
for (x =
rtx_first
; x; x = NEXT_INSN (x))
3093
rtx_insn * const
rtx_first
= get_insns ();
local
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026