HomeSort by: relevance | last modified time | path
    Searched refs:to_reg_br_prob_base (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
graph.cc 154 e->probability.to_reg_br_prob_base ()
profile-count.cc 300 return prob.to_reg_br_prob_base ();
tracer.cc 177 || best->probability.to_reg_br_prob_base () <= probability_cutoff)
sched-ebb.cc 651 && e->probability.to_reg_br_prob_base () <= probability_cutoff)
sched-rgn.cc 518 && e->probability.to_reg_br_prob_base () <= probability_cutoff)
1455 ? in_edge->probability.to_reg_br_prob_base ()
3190 || (f->probability.to_reg_br_prob_base () * 100
cfg.cc 450 isum += e->probability.to_reg_br_prob_base ();
profile-count.h 275 int to_reg_br_prob_base () const function
bb-reorder.cc 557 || ((prob.to_reg_br_prob_base () < branch_th
653 || prob.to_reg_br_prob_base () < branch_th
gimple-pretty-print.cc 124 fvalue = probability.to_reg_br_prob_base () * 100.0f / REG_BR_PROB_BASE;
125 if (fvalue < minimum && probability.to_reg_br_prob_base ())
profile.cc 693 prob = e->probability.to_reg_br_prob_base ();
predict.cc 446 if ((e->probability.to_reg_br_prob_base ()
448 || (REG_BR_PROB_BASE - e->probability.to_reg_br_prob_base ()
1298 e->probability.to_reg_br_prob_base (), bb, REASON_NONE, e);
sel-sched-ir.cc 4801 ? si.e1->probability.to_reg_br_prob_base ()
4813 sinfo->all_prob += si.e1->probability.to_reg_br_prob_base ();
reorg.cc 799 .to_reg_br_prob_base ();
ifcvt.cc 147 int scale = prob.initialized_p () ? prob.to_reg_br_prob_base ()
lra-constraints.cc 6961 && e->probability.to_reg_br_prob_base () < EBB_PROBABILITY_CUTOFF)
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
sh.cc 2183 && prob.to_reg_br_prob_base () >= (int) (REG_BR_PROB_BASE * 3 / 8U)
2184 && prob.to_reg_br_prob_base () <= (int) (REG_BR_PROB_BASE * 5 / 8U))
2188 rev_prob.to_reg_br_prob_base ()
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 2209 (XINT (note, 0)).to_reg_br_prob_base ();
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 5603 (XINT (x, 0)).to_reg_br_prob_base ();
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386.cc 13584 (XINT (x, 0)).to_reg_br_prob_base ();
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15515 .to_reg_br_prob_base () - REG_BR_PROB_BASE / 2;

Completed in 120 milliseconds