Home
last modified time | relevance | path

Searched refs:curr_alt_match_win (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-constraints.cc2052 bool curr_alt_match_win[MAX_RECOG_OPERANDS]; in process_alt_operands() local
2167 curr_alt_match_win[nop] = false; in process_alt_operands()
3039 curr_alt_match_win[nop] = this_alternative_match_win; in process_alt_operands()
3105 if ((! curr_alt_win[i] && ! curr_alt_match_win[i]) in process_alt_operands()
3121 else if ((curr_alt_matches[j] == i && curr_alt_match_win[j]) in process_alt_operands()
3122 || (curr_alt_matches[i] == j && curr_alt_match_win[i])) in process_alt_operands()
3125 else if ((curr_alt_win[j] || curr_alt_match_win[j]) in process_alt_operands()
3159 && !curr_alt_match_win[last_conflict_j] in process_alt_operands()
3179 curr_alt_match_win[j] = false; in process_alt_operands()
3183 if (! curr_alt_match_win[i]) in process_alt_operands()
[all …]