Home
last modified time | relevance | path

Searched refs:predictable_p (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDtarghooks.c2295 bool predictable_p = predictable_edge_p (e); in default_max_noce_ifcvt_seq_cost() local
2298 = (predictable_p in default_max_noce_ifcvt_seq_cost()
2307 return BRANCH_COST (true, predictable_p) * COSTS_N_INSNS (3); in default_max_noce_ifcvt_seq_cost()
HDdefaults.h1313 #define BRANCH_COST(speed_p, predictable_p) 1 argument
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.h1801 #define BRANCH_COST(speed_p, predictable_p) \ argument
1802 (!(speed_p) ? 2 : (predictable_p) ? 0 : ix86_branch_cost)
/dragonfly/contrib/gcc-4.7/gcc/
HDdefaults.h1276 #define BRANCH_COST(speed_p, predictable_p) 1 argument
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.h1978 #define BRANCH_COST(speed_p, predictable_p) \ argument
1979 (!(speed_p) ? 2 : (predictable_p) ? 0 : ix86_branch_cost)
HDi386.c50360 bool predictable_p = predictable_edge_p (e); in ix86_max_noce_ifcvt_seq_cost() local
50363 = (predictable_p in ix86_max_noce_ifcvt_seq_cost()
50372 return BRANCH_COST (true, predictable_p) * COSTS_N_INSNS (2); in ix86_max_noce_ifcvt_seq_cost()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi6254 @defmac BRANCH_COST (@var{speed_p}, @var{predictable_p})
6259 optimal for code size rather than performance. @var{predictable_p} is
HDtm.texi.in6176 @defmac BRANCH_COST (@var{speed_p}, @var{predictable_p})
6181 optimal for code size rather than performance. @var{predictable_p} is