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

  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 135 static const int branch_threshold[N_ROUNDS] = {400, 200, 100, 0, 0}; variable
302 find_traces_1_round (REG_BR_PROB_BASE * branch_threshold[i] / 1000,
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 135 static const int branch_threshold[N_ROUNDS] = {400, 200, 100, 0, 0}; variable
302 find_traces_1_round (REG_BR_PROB_BASE * branch_threshold[i] / 1000,

Completed in 16 milliseconds