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

/freebsd-10.1-release/contrib/gcc/
H A Dstruct-equiv.c297 assign_reg_reg_set (info->y_local_live,
321 int y_change = assign_reg_reg_set (info->y_local_live, y, rvalue);
407 if (!REGNO_REG_SET_P (info->y_local_live, y_regno))
410 else if (REGNO_REG_SET_P (info->y_local_live, y_regno))
1035 info->y_local_live = ALLOC_REG_SET (&reg_obstack);
1237 && bitmap_intersect_p (info->x_local_live, info->y_local_live))
H A Dbasic-block.h1106 regset x_local_live, y_local_live;
1105 regset x_local_live, y_local_live; member in struct:equiv_info

Completed in 101 milliseconds