Searched refs:rreg_lrs_used (Results 1 – 1 of 1) sorted by relevance
413 Int rreg_lrs_used; in doRegisterAllocation() local568 rreg_lrs_used = 0; in doRegisterAllocation()742 ensureRRLRspace(&rreg_lrs_la, &rreg_lrs_size, rreg_lrs_used); in doRegisterAllocation()745 rreg_lrs_la[rreg_lrs_used].rreg = univ->regs[j]; in doRegisterAllocation()746 rreg_lrs_la[rreg_lrs_used].live_after = toShort(flush_la); in doRegisterAllocation()747 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(flush_db); in doRegisterAllocation()748 rreg_lrs_used++; in doRegisterAllocation()778 ensureRRLRspace(&rreg_lrs_la, &rreg_lrs_size, rreg_lrs_used); in doRegisterAllocation()782 rreg_lrs_la[rreg_lrs_used].rreg = univ->regs[j]; in doRegisterAllocation()783 rreg_lrs_la[rreg_lrs_used].live_after = toShort(rreg_live_after[j]); in doRegisterAllocation()[all …]