Home
last modified time | relevance | path

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

12

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
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/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c4817 profile_probability then_prob; in find_if_case_1() local
4863 then_prob = then_edge->probability.invert (); in find_if_case_1()
4867 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4934 profile_probability then_prob, else_prob; in find_if_case_2() local
4981 then_prob = else_prob.invert (); in find_if_case_2()
4984 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Difcvt.c4876 profile_probability then_prob; in find_if_case_1() local
4922 then_prob = then_edge->probability.invert (); in find_if_case_1()
4926 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4993 profile_probability then_prob, else_prob; in find_if_case_2() local
5040 then_prob = else_prob.invert (); in find_if_case_2()
5043 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Difcvt.c4825 profile_probability then_prob; in find_if_case_1() local
4871 then_prob = then_edge->probability.invert (); in find_if_case_1()
4875 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4942 profile_probability then_prob, else_prob; in find_if_case_2() local
4989 then_prob = else_prob.invert (); in find_if_case_2()
4992 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Difcvt.c4817 profile_probability then_prob; in find_if_case_1() local
4863 then_prob = then_edge->probability.invert (); in find_if_case_1()
4867 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4934 profile_probability then_prob, else_prob; in find_if_case_2() local
4981 then_prob = else_prob.invert (); in find_if_case_2()
4984 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Difcvt.c4884 profile_probability then_prob; in find_if_case_1() local
4930 then_prob = then_edge->probability.invert (); in find_if_case_1()
4934 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
5001 profile_probability then_prob, else_prob; in find_if_case_2() local
5048 then_prob = else_prob.invert (); in find_if_case_2()
5051 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Difcvt.c4884 profile_probability then_prob; in find_if_case_1() local
4930 then_prob = then_edge->probability.invert (); in find_if_case_1()
4934 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
5001 profile_probability then_prob, else_prob; in find_if_case_2() local
5048 then_prob = else_prob.invert (); in find_if_case_2()
5051 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c4817 profile_probability then_prob; in find_if_case_1() local
4863 then_prob = then_edge->probability.invert (); in find_if_case_1()
4867 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4934 profile_probability then_prob, else_prob; in find_if_case_2() local
4981 then_prob = else_prob.invert (); in find_if_case_2()
4984 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Difcvt.c4884 profile_probability then_prob; in find_if_case_1() local
4930 then_prob = then_edge->probability.invert (); in find_if_case_1()
4934 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
5001 profile_probability then_prob, else_prob; in find_if_case_2() local
5048 then_prob = else_prob.invert (); in find_if_case_2()
5051 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Difcvt.c4817 profile_probability then_prob; in find_if_case_1() local
4863 then_prob = then_edge->probability.invert (); in find_if_case_1()
4867 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4934 profile_probability then_prob, else_prob; in find_if_case_2() local
4981 then_prob = else_prob.invert (); in find_if_case_2()
4984 if (else_prob > then_prob) in find_if_case_2()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c4817 profile_probability then_prob; in find_if_case_1() local
4863 then_prob = then_edge->probability.invert (); in find_if_case_1()
4867 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4934 profile_probability then_prob, else_prob; in find_if_case_2() local
4981 then_prob = else_prob.invert (); in find_if_case_2()
4984 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Difcvt.c4817 profile_probability then_prob; in find_if_case_1() local
4863 then_prob = then_edge->probability.invert (); in find_if_case_1()
4867 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4934 profile_probability then_prob, else_prob; in find_if_case_2() local
4981 then_prob = else_prob.invert (); in find_if_case_2()
4984 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Difcvt.c4884 profile_probability then_prob; in find_if_case_1() local
4930 then_prob = then_edge->probability.invert (); in find_if_case_1()
4934 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
5001 profile_probability then_prob, else_prob; in find_if_case_2() local
5048 then_prob = else_prob.invert (); in find_if_case_2()
5051 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Difcvt.c4876 profile_probability then_prob; in find_if_case_1() local
4922 then_prob = then_edge->probability.invert (); in find_if_case_1()
4926 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4993 profile_probability then_prob, else_prob; in find_if_case_2() local
5040 then_prob = else_prob.invert (); in find_if_case_2()
5043 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Difcvt.c4876 profile_probability then_prob; in find_if_case_1() local
4922 then_prob = then_edge->probability.invert (); in find_if_case_1()
4926 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
4993 profile_probability then_prob, else_prob; in find_if_case_2() local
5040 then_prob = else_prob.invert (); in find_if_case_2()
5043 if (else_prob > then_prob) in find_if_case_2()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Difcvt.c4884 profile_probability then_prob; in find_if_case_1() local
4930 then_prob = then_edge->probability.invert (); in find_if_case_1()
4934 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
5001 profile_probability then_prob, else_prob; in find_if_case_2() local
5048 then_prob = else_prob.invert (); in find_if_case_2()
5051 if (else_prob > then_prob) in find_if_case_2()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Difcvt.c4883 profile_probability then_prob; in find_if_case_1() local
4929 then_prob = then_edge->probability.invert (); in find_if_case_1()
4933 if (! cheap_bb_rtx_cost_p (then_bb, then_prob, in find_if_case_1()
5000 profile_probability then_prob, else_prob; in find_if_case_2() local
5047 then_prob = else_prob.invert (); in find_if_case_2()
5050 if (else_prob > then_prob) in find_if_case_2()

12