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

/freebsd-11-stable/contrib/gcc/
H A Dpredict.c406 rtx prob_note; local
422 prob_note = find_reg_note (insn, REG_BR_PROB, 0);
490 if (!prob_note)
507 int prob = INTVAL (XEXP (prob_note, 0));

Completed in 59 milliseconds