OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:symbol_cost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc
4347
static unsigned
symbol_cost
[2];
local
4374
symbol_cost
[i] = computation_cost (addr, i) + 1;
4382
fprintf (dump_file, " symbol %d\n", (int)
symbol_cost
[i]);
4409
return comp_cost (
symbol_cost
[speed], 0);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc
4306
static unsigned
symbol_cost
[2];
local
4333
symbol_cost
[i] = computation_cost (addr, i) + 1;
4341
fprintf (dump_file, " symbol %d\n", (int)
symbol_cost
[i]);
4368
return comp_cost (
symbol_cost
[speed], 0);
Completed in 25 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026