OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prev_max_uid
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sel-sched-ir.cc
5471
/* If BB ends with a jump insn whose ID is bigger then
PREV_MAX_UID
, return it.
5474
check_for_new_jump (basic_block bb, int
prev_max_uid
)
5479
if (end && INSN_UID (end) >=
prev_max_uid
)
5485
New means having UID at least equal to
PREV_MAX_UID
. */
5487
find_new_jump (basic_block from, basic_block jump_bb, int
prev_max_uid
)
5492
if (get_max_uid () ==
prev_max_uid
)
5496
if ((jump = check_for_new_jump (from,
prev_max_uid
)))
5500
&& (jump = check_for_new_jump (jump_bb,
prev_max_uid
)))
5511
int
prev_max_uid
;
5515
prev_max_uid
= get_max_uid ()
5486
int
prev_max_uid
;
local
5600
int
prev_max_uid
;
local
5646
int
prev_max_uid
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sel-sched-ir.cc
5471
/* If BB ends with a jump insn whose ID is bigger then
PREV_MAX_UID
, return it.
5474
check_for_new_jump (basic_block bb, int
prev_max_uid
)
5479
if (end && INSN_UID (end) >=
prev_max_uid
)
5485
New means having UID at least equal to
PREV_MAX_UID
. */
5487
find_new_jump (basic_block from, basic_block jump_bb, int
prev_max_uid
)
5492
if (get_max_uid () ==
prev_max_uid
)
5496
if ((jump = check_for_new_jump (from,
prev_max_uid
)))
5500
&& (jump = check_for_new_jump (jump_bb,
prev_max_uid
)))
5511
int
prev_max_uid
;
5515
prev_max_uid
= get_max_uid ()
5486
int
prev_max_uid
;
local
5600
int
prev_max_uid
;
local
5646
int
prev_max_uid
;
local
[
all
...]
Completed in 60 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026