OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_need_stall
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
sel-sched.cc
3710
int
min_need_stall
= -1;
3857
min_need_stall
=
min_need_stall
< 0 ? 1 : MIN (
min_need_stall
, 1);
3882
min_need_stall
= (
min_need_stall
< 0
3884
: MIN (
min_need_stall
, need_cycles));
3919
min_need_stall
= (
min_need_stall
< 0
3921
: MIN (
min_need_stall
, need_cycles))
3699
int
min_need_stall
= -1;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc
3702
int
min_need_stall
= -1;
3849
min_need_stall
=
min_need_stall
< 0 ? 1 : MIN (
min_need_stall
, 1);
3874
min_need_stall
= (
min_need_stall
< 0
3876
: MIN (
min_need_stall
, need_cycles));
3911
min_need_stall
= (
min_need_stall
< 0
3913
: MIN (
min_need_stall
, need_cycles))
3691
int
min_need_stall
= -1;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026