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_cost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vectorizer.cc
1894
unsigned HOST_WIDE_INT other_factor, this_factor,
other_cost
, this_cost;
1950
other_cost
= other->body_cost () * other_factor;
1952
other_cost
+= other->outside_cost ();
1954
return this_cost <
other_cost
;
1892
unsigned HOST_WIDE_INT other_factor, this_factor,
other_cost
, this_cost;
local
/src/external/gpl3/gcc.old/dist/gcc/
tree-vectorizer.cc
1861
unsigned HOST_WIDE_INT other_factor, this_factor,
other_cost
, this_cost;
1917
other_cost
= other->body_cost () * other_factor;
1919
other_cost
+= other->outside_cost ();
1921
return this_cost <
other_cost
;
1859
unsigned HOST_WIDE_INT other_factor, this_factor,
other_cost
, this_cost;
local
Completed in 20 milliseconds
Indexes created Sat Jul 18 00:24:37 UTC 2026