Searched refs:pred_val (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsched-ebb.c331 int pred_val = INTVAL (XEXP (x, 0));
332 if (pred_val > REG_BR_PROB_BASE / 2)
328 int pred_val = INTVAL (XEXP (x, 0)); local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i960/
H A Di960.c1882 int pred_val = INTVAL (XEXP (x, 0));
1883 fputs ((pred_val < REG_BR_PROB_BASE / 2 ? ".f" : ".t"), file);
1873 int pred_val = INTVAL (XEXP (x, 0)); local
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c4678 int pred_val = INTVAL (XEXP (x, 0));
4681 if (pred_val < REG_BR_PROB_BASE / 50
4684 else if (pred_val < REG_BR_PROB_BASE / 2)
4686 else if (pred_val < REG_BR_PROB_BASE / 100 * 98
4669 int pred_val = INTVAL (XEXP (x, 0)); local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c3995 int pred_val = INTVAL (XEXP (x, 0));
3998 if (pred_val < REG_BR_PROB_BASE / 50)
4000 else if (pred_val < REG_BR_PROB_BASE / 2)
4002 else if (pred_val < REG_BR_PROB_BASE / 100 * 98)
3987 int pred_val = INTVAL (XEXP (x, 0)); local
/openbsd-current/gnu/gcc/gcc/config/bfin/
H A Dbfin.c2052 int pred_val = INTVAL (XEXP (x, 0));
2054 return pred_val >= REG_BR_PROB_BASE / 2;
2043 int pred_val = INTVAL (XEXP (x, 0)); local
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c8066 int pred_val = INTVAL (XEXP (x, 0));
8068 if (pred_val < REG_BR_PROB_BASE * 45 / 100
8069 || pred_val > REG_BR_PROB_BASE * 55 / 100)
8071 int taken = pred_val > REG_BR_PROB_BASE / 2;
8045 int pred_val = INTVAL (XEXP (x, 0)); local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c7068 int pred_val = INTVAL (XEXP (x, 0));
7070 if (pred_val < REG_BR_PROB_BASE * 45 / 100
7071 || pred_val > REG_BR_PROB_BASE * 55 / 100)
7073 int taken = pred_val > REG_BR_PROB_BASE / 2;
7048 int pred_val = INTVAL (XEXP (x, 0)); local

Completed in 316 milliseconds