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

/freebsd-9.3-release/contrib/gcc/
H A Dstruct-equiv.c421 && assign_reg_reg_set (info->common_live, x, rvalue))
427 x_common_live = REGNO_REG_SET_P (info->common_live, x_regno);
428 y_common_live = REGNO_REG_SET_P (info->common_live, y_regno);
628 change = assign_reg_reg_set (info->common_live, x_inner, 1);
1033 info->common_live = ALLOC_REG_SET (&reg_obstack);
1036 COPY_REG_SET (info->common_live, info->x_block->il.rtl->global_live_at_end);
H A Dbasic-block.h1100 blocks. N.B. a register that is in common_live is unsuitable to become
1102 regset common_live;
1101 regset common_live; member in struct:equiv_info

Completed in 87 milliseconds