Searched refs:rreg_lrs_db_next (Results 1 – 1 of 1) sorted by relevance
371 Int rreg_lrs_db_next; in doRegisterAllocation() local756 rreg_lrs_db_next = 0; in doRegisterAllocation()1493 vassert(rreg_lrs_db_next >= 0); in doRegisterAllocation()1494 vassert(rreg_lrs_db_next <= rreg_lrs_used); in doRegisterAllocation()1495 if (rreg_lrs_db_next == rreg_lrs_used) in doRegisterAllocation()1497 if (ii+1 < rreg_lrs_db[rreg_lrs_db_next].dead_before) in doRegisterAllocation()1499 vassert(ii+1 == rreg_lrs_db[rreg_lrs_db_next].dead_before); in doRegisterAllocation()1503 if (rreg_state[k].rreg == rreg_lrs_db[rreg_lrs_db_next].rreg) in doRegisterAllocation()1514 rreg_lrs_db_next++; in doRegisterAllocation()1536 vassert(rreg_lrs_db_next == rreg_lrs_used); in doRegisterAllocation()