OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reuse_first
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-predcom.cc
1872
bool
reuse_first
= !chain->has_max_use_after;
local
1879
since this is an nonempty chain,
reuse_first
cannot be true. */
1880
gcc_assert (n > 0 || !
reuse_first
);
1889
for (i = 0; i < n + (
reuse_first
? 0 : 1); i++)
1894
if (
reuse_first
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-predcom.cc
1841
bool
reuse_first
= !chain->has_max_use_after;
local
1848
since this is an nonempty chain,
reuse_first
cannot be true. */
1849
gcc_assert (n > 0 || !
reuse_first
);
1858
for (i = 0; i < n + (
reuse_first
? 0 : 1); i++)
1863
if (
reuse_first
)
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026