Home
last modified time | relevance | path

Searched refs:then_prob (Results 1 – 25 of 42) sorted by relevance

12

/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgloopmanip.c1643 edge e, void *cond_expr, unsigned then_prob) in lv_adjust_loop_entry_edge() argument
1661 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1662 e->probability = REG_BR_PROB_BASE - then_prob; in lv_adjust_loop_entry_edge()
1695 unsigned then_prob, unsigned then_scale, unsigned else_scale, in loop_version() argument
1726 entry, cond_expr, then_prob); in loop_version()
H A Difcvt.c4723 int then_bb_index, then_prob; in find_if_case_1() local
4770 then_prob = REG_BR_PROB_BASE - then_edge->probability; in find_if_case_1()
4772 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_1()
4776 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4843 int then_prob, else_prob; in find_if_case_2() local
4892 then_prob = REG_BR_PROB_BASE - else_prob; in find_if_case_2()
4897 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_2()
4901 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfgloopmanip.c1621 edge e, void *cond_expr, unsigned then_prob) in lv_adjust_loop_entry_edge() argument
1639 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1640 e->probability = REG_BR_PROB_BASE - then_prob; in lv_adjust_loop_entry_edge()
1673 unsigned then_prob, unsigned then_scale, unsigned else_scale, in loop_version() argument
1704 entry, cond_expr, then_prob); in loop_version()
H A Difcvt.c3808 int then_bb_index, then_prob; in find_if_case_1() local
3853 then_prob = REG_BR_PROB_BASE - then_edge->probability; in find_if_case_1()
3855 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_1()
3859 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
3928 int then_prob, else_prob; in find_if_case_2() local
3975 then_prob = REG_BR_PROB_BASE - else_prob; in find_if_case_2()
3980 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_2()
3984 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfgloopmanip.c1645 edge e, void *cond_expr, unsigned then_prob) in lv_adjust_loop_entry_edge() argument
1663 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1664 e->probability = REG_BR_PROB_BASE - then_prob; in lv_adjust_loop_entry_edge()
1697 unsigned then_prob, unsigned then_scale, unsigned else_scale, in loop_version() argument
1728 entry, cond_expr, then_prob); in loop_version()
H A Difcvt.c3891 int then_bb_index, then_prob; in find_if_case_1() local
3936 then_prob = REG_BR_PROB_BASE - then_edge->probability; in find_if_case_1()
3938 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_1()
3942 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4010 int then_prob, else_prob; in find_if_case_2() local
4057 then_prob = REG_BR_PROB_BASE - else_prob; in find_if_case_2()
4062 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_2()
4066 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfgloopmanip.c1621 edge e, void *cond_expr, unsigned then_prob) in lv_adjust_loop_entry_edge() argument
1639 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1640 e->probability = REG_BR_PROB_BASE - then_prob; in lv_adjust_loop_entry_edge()
1673 unsigned then_prob, unsigned then_scale, unsigned else_scale, in loop_version() argument
1704 entry, cond_expr, then_prob); in loop_version()
H A Difcvt.c3840 int then_bb_index, then_prob; in find_if_case_1() local
3885 then_prob = REG_BR_PROB_BASE - then_edge->probability; in find_if_case_1()
3887 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_1()
3891 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
3960 int then_prob, else_prob; in find_if_case_2() local
4007 then_prob = REG_BR_PROB_BASE - else_prob; in find_if_case_2()
4012 then_prob = REG_BR_PROB_BASE / 2; in find_if_case_2()
4016 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcfgloopmanip.c1643 edge e, void *cond_expr, unsigned then_prob) in lv_adjust_loop_entry_edge() argument
1661 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1662 e->probability = REG_BR_PROB_BASE - then_prob; in lv_adjust_loop_entry_edge()
1695 unsigned then_prob, unsigned then_scale, unsigned else_scale, in loop_version() argument
1726 entry, cond_expr, then_prob); in loop_version()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c1624 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1643 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1678 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1710 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgloopmanip.c1630 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1649 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1684 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1716 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgloopmanip.c1623 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1642 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1677 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1709 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgloopmanip.c1559 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1578 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1613 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1662 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c1624 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1643 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1678 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1710 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c1624 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1643 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1678 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1710 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgloopmanip.c1624 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1643 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1678 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1710 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgloopmanip.c1625 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1644 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1679 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1711 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgloopmanip.c1629 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1648 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1683 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1715 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgloopmanip.c1630 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1649 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1684 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1716 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgloopmanip.c1631 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1650 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1685 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1717 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfgloopmanip.c1630 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1649 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1684 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1716 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfgloopmanip.c1631 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1650 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1685 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1717 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfgloopmanip.c1630 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1649 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1684 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1716 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfgloopmanip.c1631 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1650 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1685 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1717 entry, cond_expr, then_prob, else_prob); in loop_version()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfgloopmanip.c1630 profile_probability then_prob, in lv_adjust_loop_entry_edge() argument
1649 e1->probability = then_prob; in lv_adjust_loop_entry_edge()
1684 profile_probability then_prob, profile_probability else_prob, in loop_version() argument
1716 entry, cond_expr, then_prob, else_prob); in loop_version()

12