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

/freebsd-9.3-release/contrib/gcc/
H A Dstruct-equiv.c292 if (REGNO_REG_SET_P (info->x_local_live,
295 assign_reg_reg_set (info->x_local_live,
320 int x_change = assign_reg_reg_set (info->x_local_live, x, rvalue);
405 if (REGNO_REG_SET_P (info->x_local_live, x_regno))
1034 info->x_local_live = ALLOC_REG_SET (&reg_obstack);
1237 && bitmap_intersect_p (info->x_local_live, info->y_local_live))
1281 if (REGNO_REG_SET_P (info->x_local_live, regno))
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 117 milliseconds