Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c410 RRegLR* rreg_lrs_la; in doRegisterAllocation() local
570 rreg_lrs_la = LibVEX_Alloc_inline(rreg_lrs_size * sizeof(RRegLR)); 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()
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()
784 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(rreg_dead_before[j]); in doRegisterAllocation()
[all …]