OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHEAPER
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cse.cc
465
/* Compare table_elt X and Y and return true iff X is
cheaper
than Y. */
467
#define
CHEAPER
(X, Y) \
1275
if (match_elt &&
CHEAPER
(match_elt, elt))
1525
remains first unless a
cheaper
element is added. The order of
1581
if (
CHEAPER
(elt, classp))
1595
/* Put it after the last element
cheaper
than X. */
1599
(next = p->next_same_value) &&
CHEAPER
(next, elt);
1620
and a constant is the only thing that can be
cheaper
than a register. So
3381
that gets us a
cheaper
expression, possibly a
3417
/* If we have a
cheaper
expression now, use tha
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cse.cc
483
/* Compare table_elt X and Y and return true iff X is
cheaper
than Y. */
485
#define
CHEAPER
(X, Y) \
1267
if (match_elt &&
CHEAPER
(match_elt, elt))
1518
remains first unless a
cheaper
element is added. The order of
1574
if (
CHEAPER
(elt, classp))
1588
/* Put it after the last element
cheaper
than X. */
1592
(next = p->next_same_value) &&
CHEAPER
(next, elt);
1613
and a constant is the only thing that can be
cheaper
than a register. So
3382
that gets us a
cheaper
expression, possibly a
3418
/* If we have a
cheaper
expression now, use tha
[
all
...]
Completed in 63 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026