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

  /src/external/gpl3/gcc/dist/gcc/
reload.cc 2667 int goal_alternative_matches[MAX_RECOG_OPERANDS];
3793 goal_alternative_matches[i] = this_alternative_matches[i];
3824 goal_alternative_matches[i] = this_alternative_matches[i];
3882 goal_alternative_matches[J] is I.
3891 && goal_alternative_matches[i] >= 0)
3892 goal_alternative_matched[goal_alternative_matches[i]] = i;
4021 if (goal_alternative_matches[i] >= 0)
4133 && goal_alternative_matches[i] < 0
4208 else if (goal_alternative_matches[i] >= 0
4209 && goal_alternative_win[goal_alternative_matches[i]
2654 int goal_alternative_matches[MAX_RECOG_OPERANDS]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 2666 int goal_alternative_matches[MAX_RECOG_OPERANDS];
3798 goal_alternative_matches[i] = this_alternative_matches[i];
3829 goal_alternative_matches[i] = this_alternative_matches[i];
3887 goal_alternative_matches[J] is I.
3896 && goal_alternative_matches[i] >= 0)
3897 goal_alternative_matched[goal_alternative_matches[i]] = i;
4026 if (goal_alternative_matches[i] >= 0)
4138 && goal_alternative_matches[i] < 0
4213 else if (goal_alternative_matches[i] >= 0
4214 && goal_alternative_win[goal_alternative_matches[i]
2653 int goal_alternative_matches[MAX_RECOG_OPERANDS]; local
    [all...]

Completed in 27 milliseconds