Searched refs:goal_alternative_matched (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dreload.c2567 int goal_alternative_matched[MAX_RECOG_OPERANDS];
3770 Set up goal_alternative_matched as the inverse function:
3771 goal_alternative_matched[I] = J. */
3774 goal_alternative_matched[i] = -1;
3779 goal_alternative_matched[goal_alternative_matches[i]] = i;
3901 else if (goal_alternative_matched[i] == -1
3942 else if (goal_alternative_matched[i] == -1)
3966 && modified[goal_alternative_matched[i]] == RELOAD_WRITE)
3970 recog_data.operand[goal_alternative_matched[i]],
3972 recog_data.operand_loc[goal_alternative_matched[
2554 int goal_alternative_matched[MAX_RECOG_OPERANDS]; local
[all...]

Completed in 171 milliseconds