Searched refs:rreg_lrs_db_next (Results 1 – 1 of 1) sorted by relevance
415 Int rreg_lrs_db_next; in doRegisterAllocation() local825 rreg_lrs_db_next = 0; in doRegisterAllocation()1563 vassert(rreg_lrs_db_next >= 0); in doRegisterAllocation()1564 vassert(rreg_lrs_db_next <= rreg_lrs_used); in doRegisterAllocation()1565 if (rreg_lrs_db_next == rreg_lrs_used) in doRegisterAllocation()1567 if (ii+1 < rreg_lrs_db[rreg_lrs_db_next].dead_before) in doRegisterAllocation()1569 vassert(ii+1 == rreg_lrs_db[rreg_lrs_db_next].dead_before); in doRegisterAllocation()1572 HReg reg = rreg_lrs_db[rreg_lrs_db_next].rreg; in doRegisterAllocation()1582 rreg_lrs_db_next++; in doRegisterAllocation()1601 vassert(rreg_lrs_db_next == rreg_lrs_used); in doRegisterAllocation()