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

  /src/external/gpl3/gcc/dist/gcc/
sel-sched.cc 3709 static int av_max_prio, est_ticks_till_branch;
3741 av_max_prio = est_ticks_till_branch = INT_MIN;
3854 && EXPR_PRIORITY (expr) < av_max_prio)
3865 /* Ignore EXPRs available from pipelining to update AV_MAX_PRIO. */
3867 av_max_prio = MAX (av_max_prio, EXPR_PRIORITY (expr));
3698 static int av_max_prio, est_ticks_till_branch; local
  /src/external/gpl3/gcc.old/dist/gcc/
sel-sched.cc 3701 static int av_max_prio, est_ticks_till_branch;
3733 av_max_prio = est_ticks_till_branch = INT_MIN;
3846 && EXPR_PRIORITY (expr) < av_max_prio)
3857 /* Ignore EXPRs available from pipelining to update AV_MAX_PRIO. */
3859 av_max_prio = MAX (av_max_prio, EXPR_PRIORITY (expr));
3690 static int av_max_prio, est_ticks_till_branch; local

Completed in 47 milliseconds