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

  /src/external/gpl3/gcc/dist/gcc/
reload.cc 2662 int this_alternative_matches[MAX_RECOG_OPERANDS];
3203 this_alternative_matches[i] = -1;
3250 this_alternative_matches[i] = m;
3334 if (this_alternative_matches[j]
3335 == this_alternative_matches[i])
3585 && this_alternative_matches[i] < 0)
3738 && ! (this_alternative_matches[j] == i
3766 if (this_alternative_matches[j] == i
3793 goal_alternative_matches[i] = this_alternative_matches[i];
3824 goal_alternative_matches[i] = this_alternative_matches[i]
2649 int this_alternative_matches[MAX_RECOG_OPERANDS]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 2661 int this_alternative_matches[MAX_RECOG_OPERANDS];
3208 this_alternative_matches[i] = -1;
3255 this_alternative_matches[i] = m;
3339 if (this_alternative_matches[j]
3340 == this_alternative_matches[i])
3590 && this_alternative_matches[i] < 0)
3743 && ! (this_alternative_matches[j] == i
3771 if (this_alternative_matches[j] == i
3798 goal_alternative_matches[i] = this_alternative_matches[i];
3829 goal_alternative_matches[i] = this_alternative_matches[i]
2648 int this_alternative_matches[MAX_RECOG_OPERANDS]; local
    [all...]

Completed in 29 milliseconds