Home
last modified time | relevance | path

Searched refs:EDGE_FREQUENCY (Results 176 – 200 of 418) sorted by relevance

12345678910>>...17

/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dshrink-wrap.c1200 if (SW (bb)->own_cost > EDGE_FREQUENCY (e)) in place_prologue_for_one_component()
1201 SW (bb)->own_cost -= EDGE_FREQUENCY (e); in place_prologue_for_one_component()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dshrink-wrap.c1195 if (SW (bb)->own_cost > EDGE_FREQUENCY (e)) in place_prologue_for_one_component()
1196 SW (bb)->own_cost -= EDGE_FREQUENCY (e); in place_prologue_for_one_component()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dshrink-wrap.c1196 if (SW (bb)->own_cost > EDGE_FREQUENCY (e)) in place_prologue_for_one_component()
1197 SW (bb)->own_cost -= EDGE_FREQUENCY (e); in place_prologue_for_one_component()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dshrink-wrap.c1191 if (SW (bb)->own_cost > EDGE_FREQUENCY (e)) in place_prologue_for_one_component()
1192 SW (bb)->own_cost -= EDGE_FREQUENCY (e); in place_prologue_for_one_component()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dshrink-wrap.c1200 if (SW (bb)->own_cost > EDGE_FREQUENCY (e))
1201 SW (bb)->own_cost -= EDGE_FREQUENCY (e);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgcleanup.c1575 s->dest->frequency += EDGE_FREQUENCY (s); in finalize_must_preallocate()
1584 s2->dest->frequency -= EDGE_FREQUENCY (s); in finalize_must_preallocate()
H A Dcfg.c589 sum += EDGE_FREQUENCY (e);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dshrink-wrap.c1195 if (SW (bb)->own_cost > EDGE_FREQUENCY (e)) in place_prologue_for_one_component()
1196 SW (bb)->own_cost -= EDGE_FREQUENCY (e); in place_prologue_for_one_component()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dshrink-wrap.c1200 if (SW (bb)->own_cost > EDGE_FREQUENCY (e)) in place_prologue_for_one_component()
1201 SW (bb)->own_cost -= EDGE_FREQUENCY (e); in place_prologue_for_one_component()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dipa-split.c442 incoming_freq += EDGE_FREQUENCY (e); in consider_split()
1292 new_return_bb->frequency += EDGE_FREQUENCY (e); in split_function()
H A Dcfg.c434 sum += EDGE_FREQUENCY (e); in check_bb_profile()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbasic-block.h507 #define EDGE_FREQUENCY(e) RDIV ((e)->src->frequency * (e)->probability, \ macro
H A Dcfg.c435 sum += EDGE_FREQUENCY (e); in check_bb_profile()
H A Dcfgcleanup.c2062 s->dest->frequency += EDGE_FREQUENCY (s); in try_crossjump_to_edge()
2071 s2->dest->frequency -= EDGE_FREQUENCY (s); in try_crossjump_to_edge()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbasic-block.h507 #define EDGE_FREQUENCY(e) RDIV ((e)->src->frequency * (e)->probability, \ macro
H A Dcfg.c435 sum += EDGE_FREQUENCY (e); in check_bb_profile()
H A Dcfgcleanup.c2040 s->dest->frequency += EDGE_FREQUENCY (s); in try_crossjump_to_edge()
2049 s2->dest->frequency -= EDGE_FREQUENCY (s); in try_crossjump_to_edge()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbasic-block.h494 #define EDGE_FREQUENCY(e) RDIV ((e)->src->frequency * (e)->probability, \ macro
H A Dcfg.c435 sum += EDGE_FREQUENCY (e); in check_bb_profile()
H A Dtree-ssa-coalesce.c182 return coalesce_cost (EDGE_FREQUENCY (e), in coalesce_cost_edge()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbasic-block.h584 #define EDGE_FREQUENCY(e) (((e)->src->frequency \ macro
H A Dtree-outof-ssa.c712 coalesce_cost (EDGE_FREQUENCY (e), in coalesce_phi_operands()
1190 coalesce_cost (EDGE_FREQUENCY (e), in coalesce_vars()
H A Dcfg.c453 sum += EDGE_FREQUENCY (e); in check_bb_profile()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfg.c589 sum += EDGE_FREQUENCY (e); in dump_flow_info()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfg.c434 sum += EDGE_FREQUENCY (e); in check_bb_profile()

12345678910>>...17