Searched refs:rreg_lrs_db (Results 1 – 1 of 1) sorted by relevance
411 RRegLR* rreg_lrs_db; in doRegisterAllocation() local571 rreg_lrs_db = NULL; /* we'll create this later */ in doRegisterAllocation()816 rreg_lrs_db = LibVEX_Alloc_inline(rreg_lrs_used * sizeof(RRegLR)); in doRegisterAllocation()818 rreg_lrs_db[j] = rreg_lrs_la[j]; in doRegisterAllocation()821 sortRRLRarray( rreg_lrs_db, rreg_lrs_used, False/* by .dead_before*/ ); in doRegisterAllocation()829 vassert(rreg_lrs_db[j-1].dead_before <= rreg_lrs_db[j].dead_before); in doRegisterAllocation()852 (*ppReg)(rreg_lrs_db[j].rreg); in doRegisterAllocation()854 rreg_lrs_db[j].live_after, rreg_lrs_db[j].dead_before ); 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()[all …]