OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_insn
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
resource.cc
959
rtx_insn *
start_insn
, *stop_insn;
970
start_insn
= (b == ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb->index ?
974
if (NONJUMP_INSN_P (
start_insn
)
975
&& GET_CODE (PATTERN (
start_insn
)) == SEQUENCE)
976
start_insn
= as_a <rtx_sequence *> (PATTERN (
start_insn
))->insn (0);
982
for (insn =
start_insn
; insn != stop_insn;
952
rtx_insn *
start_insn
, *stop_insn;
local
sched-int.h
1300
void (*
start_insn
) (rtx_insn *);
1297
void (*
start_insn
) (rtx_insn *);
member in struct:sched_deps_info_def
/src/external/gpl3/gcc.old/dist/gcc/
resource.cc
959
rtx_insn *
start_insn
, *stop_insn;
970
start_insn
= (b == ENTRY_BLOCK_PTR_FOR_FN (cfun)->next_bb->index ?
974
if (NONJUMP_INSN_P (
start_insn
)
975
&& GET_CODE (PATTERN (
start_insn
)) == SEQUENCE)
976
start_insn
= as_a <rtx_sequence *> (PATTERN (
start_insn
))->insn (0);
982
for (insn =
start_insn
; insn != stop_insn;
952
rtx_insn *
start_insn
, *stop_insn;
local
sched-int.h
1298
void (*
start_insn
) (rtx_insn *);
1295
void (*
start_insn
) (rtx_insn *);
member in struct:sched_deps_info_def
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc
3482
rtx_insn *
start_insn
= BB_END (bb);
local
3539
m_insn_ranges.safe_push ({
start_insn
, prev_insn });
3543
start_insn
= prev_insn;
3546
m_insn_ranges.safe_push ({
start_insn
, BB_HEAD (bb) });
/src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc
5175
/*
START_INSN
will hold the insn from where we start looking. This is the
5177
rtx_insn *
start_insn
= insn;
5214
start_insn
= next_nonnote_insn (
start_insn
);
5215
if (GET_CODE (
start_insn
) == BARRIER)
5218
start_insn
= next_nonnote_insn (
start_insn
);
5220
if (GET_CODE (
start_insn
) == CODE_LABEL
5221
&& CODE_LABEL_NUMBER (
start_insn
) == state->target_label
5222
&& LABEL_NUSES (
start_insn
) == 1
5176
rtx_insn *
start_insn
= insn;
local
[
all
...]
Completed in 37 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026