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

  /src/external/gpl3/gcc.old/dist/gcc/
predict.cc 965 rtx prob_note; local
981 prob_note = find_reg_note (insn, REG_BR_PROB, 0);
1055 if (!prob_note)
1073 (XINT (prob_note, 0));
  /src/external/gpl3/gcc/dist/gcc/
predict.cc 977 rtx prob_note; local
993 prob_note = find_reg_note (insn, REG_BR_PROB, 0);
1067 if (!prob_note)
1085 (XINT (prob_note, 0));

Completed in 28 milliseconds