OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scheduled_insns
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc
377
static vec<rtx_insn *>
scheduled_insns
;
1322
FOR_EACH_VEC_ELT_REVERSE (
scheduled_insns
, i, prev)
4021
scheduled_insns
.length () > 1
4023
< INSN_LUID (
scheduled_insns
[
scheduled_insns
.length () - 2]) ? "@" : "",
4488
/* Pop entries from the
SCHEDULED_INSNS
vector up to and including INSN.
4505
last =
scheduled_insns
.pop ();
4534
popped the
scheduled_insns
vector up to the point where we
4932
scheduled_insns
.safe_push (insn);
5113
FOR_EACH_VEC_ELT (
scheduled_insns
, i, insn
376
static vec<rtx_insn *>
scheduled_insns
;
variable
[
all
...]
sel-sched.cc
5537
int was_stall = 0,
scheduled_insns
= 0;
5613
scheduled_insns
++;
5622
||
scheduled_insns
>= max_insns)))
7460
scheduled first (i.e. it is the first one in
SCHEDULED_INSNS
). */
7509
ilist_t
scheduled_insns
= NULL;
7510
ilist_t *scheduled_insns_tailp = &
scheduled_insns
;
7517
&
scheduled_insns
);
5525
int was_stall = 0,
scheduled_insns
= 0;
local
7495
ilist_t
scheduled_insns
= NULL;
local
/src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc
377
static vec<rtx_insn *>
scheduled_insns
;
1322
FOR_EACH_VEC_ELT_REVERSE (
scheduled_insns
, i, prev)
4017
scheduled_insns
.length () > 1
4019
< INSN_LUID (
scheduled_insns
[
scheduled_insns
.length () - 2]) ? "@" : "",
4484
/* Pop entries from the
SCHEDULED_INSNS
vector up to and including INSN.
4501
last =
scheduled_insns
.pop ();
4530
popped the
scheduled_insns
vector up to the point where we
4928
scheduled_insns
.safe_push (insn);
5109
FOR_EACH_VEC_ELT (
scheduled_insns
, i, insn
376
static vec<rtx_insn *>
scheduled_insns
;
variable
[
all
...]
sel-sched.cc
5529
int was_stall = 0,
scheduled_insns
= 0;
5605
scheduled_insns
++;
5614
||
scheduled_insns
>= max_insns)))
7452
scheduled first (i.e. it is the first one in
SCHEDULED_INSNS
). */
7501
ilist_t
scheduled_insns
= NULL;
7502
ilist_t *scheduled_insns_tailp = &
scheduled_insns
;
7509
&
scheduled_insns
);
5517
int was_stall = 0,
scheduled_insns
= 0;
local
7487
ilist_t
scheduled_insns
= NULL;
local
Completed in 44 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026