OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:else_cost
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
ifcvt.cc
3715
P * THEN_COST + (1 - P) *
ELSE_COST
. */
3717
average_cost (unsigned then_cost, unsigned
else_cost
, edge e)
3719
return
else_cost
+ e->probability.apply ((signed) (then_cost -
else_cost
));
3782
unsigned int then_cost = 0,
else_cost
= 0;
3788
&& !bb_valid_for_noce_process_p (else_bb, cond, &
else_cost
,
3793
if_info->original_cost += average_cost (then_cost,
else_cost
,
3796
if_info->original_cost += then_cost +
else_cost
;
3779
unsigned int then_cost = 0,
else_cost
= 0;
local
ifcvt.cc
3715
P * THEN_COST + (1 - P) *
ELSE_COST
. */
3717
average_cost (unsigned then_cost, unsigned
else_cost
, edge e)
3719
return
else_cost
+ e->probability.apply ((signed) (then_cost -
else_cost
));
3782
unsigned int then_cost = 0,
else_cost
= 0;
3788
&& !bb_valid_for_noce_process_p (else_bb, cond, &
else_cost
,
3793
if_info->original_cost += average_cost (then_cost,
else_cost
,
3796
if_info->original_cost += then_cost +
else_cost
;
3779
unsigned int then_cost = 0,
else_cost
= 0;
local
/src/external/gpl3/gcc/dist/gcc/
ifcvt.cc
3901
P * THEN_COST + (1 - P) *
ELSE_COST
. */
3903
average_cost (unsigned then_cost, unsigned
else_cost
, edge e)
3905
return
else_cost
+ e->probability.apply ((signed) (then_cost -
else_cost
));
3968
unsigned int then_cost = 0,
else_cost
= 0;
3974
&& !bb_valid_for_noce_process_p (else_bb, cond, &
else_cost
,
3979
if_info->original_cost += average_cost (then_cost,
else_cost
,
3982
if_info->original_cost += then_cost +
else_cost
;
3965
unsigned int then_cost = 0,
else_cost
= 0;
local
ifcvt.cc
3901
P * THEN_COST + (1 - P) *
ELSE_COST
. */
3903
average_cost (unsigned then_cost, unsigned
else_cost
, edge e)
3905
return
else_cost
+ e->probability.apply ((signed) (then_cost -
else_cost
));
3968
unsigned int then_cost = 0,
else_cost
= 0;
3974
&& !bb_valid_for_noce_process_p (else_bb, cond, &
else_cost
,
3979
if_info->original_cost += average_cost (then_cost,
else_cost
,
3982
if_info->original_cost += then_cost +
else_cost
;
3965
unsigned int then_cost = 0,
else_cost
= 0;
local
Completed in 111 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026