OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dep_cost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc
1172
DEP_COST
(dep) = UNKNOWN_DEP_COST;
1451
if (
DEP_COST
(link) != UNKNOWN_DEP_COST)
1452
return
DEP_COST
(link);
1463
DEP_COST
(link) = pair_delay (delay_entry);
1464
return
DEP_COST
(link);
1508
DEP_COST
(link) = cost;
function
1516
dep_cost
(dep_t link)
1673
cost =
dep_cost
(dep);
1680
cost =
dep_cost
(dep1);
2780
if (dep1 == NULL ||
dep_cost
(dep1) == 1
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc
1172
DEP_COST
(dep) = UNKNOWN_DEP_COST;
1451
if (
DEP_COST
(link) != UNKNOWN_DEP_COST)
1452
return
DEP_COST
(link);
1463
DEP_COST
(link) = pair_delay (delay_entry);
1464
return
DEP_COST
(link);
1508
DEP_COST
(link) = cost;
function
1516
dep_cost
(dep_t link)
1669
cost =
dep_cost
(dep);
1676
cost =
dep_cost
(dep1);
2776
if (dep1 == NULL ||
dep_cost
(dep1) == 1
[
all
...]
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026