OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_outside_cost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc
2062
auto
other_outside_cost
= other->outside_cost ();
2063
if (this_outside_cost !=
other_outside_cost
)
2064
return this_outside_cost <
other_outside_cost
? -1 : 1;
2060
auto
other_outside_cost
= other->outside_cost ();
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc
2027
auto
other_outside_cost
= other->outside_cost ();
2028
if (this_outside_cost !=
other_outside_cost
)
2029
return this_outside_cost <
other_outside_cost
? -1 : 1;
2025
auto
other_outside_cost
= other->outside_cost ();
local
Completed in 38 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026