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

/freebsd-10.1-release/contrib/gcc/
H A Dstruct-equiv.c415 && (reg_overlap_mentioned_p (x, info->x_input)
436 We then allow a match with x_input / y_input found in a
441 info->x_input = x;
445 && GET_MODE (info->input_reg) != GET_MODE (info->x_input))
448 info->input_reg = gen_reg_rtx (GET_MODE (info->x_input));
451 ? ! info->cur.input_valid : ! info->x_input)
452 || ! rtx_equal_p (x, info->x_input)
1021 info->x_input = info->y_input = info->input_reg = NULL_RTX;
1222 info->x_input = info->y_input = info->input_reg = NULL_RTX;
H A Dbasic-block.h1092 rtx x_input, y_input;
1091 rtx x_input, y_input; member in struct:equiv_info

Completed in 106 milliseconds