Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDstruct-equiv.c292 REGNO (info->x_local[info->cur.local_count]))) in struct_equiv_restore_checkpoint()
295 info->x_local[info->cur.local_count], 0); in struct_equiv_restore_checkpoint()
472 x_regno_i = REGNO (info->x_local[i]); in rtx_equiv_p()
478 size_i = GET_MODE_SIZE (GET_MODE (info->x_local[i])); in rtx_equiv_p()
488 && (x_mode != GET_MODE (info->x_local[i]) in rtx_equiv_p()
503 info->x_local[i] = info->x_local[local_count]; in rtx_equiv_p()
537 info->x_local[info->cur.local_count] = x; in rtx_equiv_p()
862 regno = REGNO (info->x_local[i]); in death_notes_match_p()
1248 assign_reg_reg_set (&clobbered_regs, info->x_local[i], 1); in struct_equiv_block_eq()
1274 rtx x = info->x_local[i]; in find_dying_inputs()
[all …]
HDbasic-block.h1147 rtx x_local[STRUCT_EQUIV_MAX_LOCAL], y_local[STRUCT_EQUIV_MAX_LOCAL]; member