OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:local_cost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc
3418
uint64_t &
local_cost
= cache.get_or_insert (expr, &visited_p);
3421
uint64_t tem = cost +
local_cost
;
3427
local_cost
= 1;
3411
uint64_t &
local_cost
= cache.get_or_insert (expr, &visited_p);
local
gimple-ssa-strength-reduction.cc
2997
int
local_cost
, sib_cost, savings = 0;
3001
local_cost
= cost_in;
3003
local_cost
= cost_in - repl_savings - c->dead_savings;
3005
local_cost
= cost_in - c->dead_savings;
3012
local_cost
+= phi_incr_cost (c, incr, phi, &savings);
3015
local_cost
-= savings;
3019
local_cost
= lowest_cost_path (
local_cost
, repl_savings,
3028
local_cost
= MIN (
local_cost
, sib_cost)
2988
int
local_cost
, sib_cost, savings = 0;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc
3388
uint64_t &
local_cost
= cache.get_or_insert (expr, &visited_p);
3391
uint64_t tem = cost +
local_cost
;
3397
local_cost
= 1;
3381
uint64_t &
local_cost
= cache.get_or_insert (expr, &visited_p);
local
gimple-ssa-strength-reduction.cc
2997
int
local_cost
, sib_cost, savings = 0;
3001
local_cost
= cost_in;
3003
local_cost
= cost_in - repl_savings - c->dead_savings;
3005
local_cost
= cost_in - c->dead_savings;
3012
local_cost
+= phi_incr_cost (c, incr, phi, &savings);
3015
local_cost
-= savings;
3019
local_cost
= lowest_cost_path (
local_cost
, repl_savings,
3028
local_cost
= MIN (
local_cost
, sib_cost)
2988
int
local_cost
, sib_cost, savings = 0;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026