Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dstruct-equiv.c287 while (info->cur.local_count > p->local_count) in struct_equiv_restore_checkpoint()
289 info->cur.local_count--; in struct_equiv_restore_checkpoint()
292 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()
297 info->y_local[info->cur.local_count], 0); in struct_equiv_restore_checkpoint()
466 int local_count = info->cur.local_count; in rtx_equiv_p() local
470 for (i = local_count - 1; i >= 0; i--) in rtx_equiv_p()
502 info->cur.local_count = --local_count; in rtx_equiv_p()
503 info->x_local[i] = info->x_local[local_count]; in rtx_equiv_p()
504 info->y_local[i] = info->y_local[local_count]; in rtx_equiv_p()
[all …]
Dbasic-block.h1035 int local_count; /* Number of block-local registers. */ member