Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c375 Int ss_busy_until_before[N_SPILL64S]; in doRegisterAllocation() local
812 ss_busy_until_before[j] = 0; in doRegisterAllocation()
838 if (ss_busy_until_before[k] <= vreg_lrs[j].live_after in doRegisterAllocation()
839 && ss_busy_until_before[k+1] <= vreg_lrs[j].live_after) in doRegisterAllocation()
846 ss_busy_until_before[k+0] = vreg_lrs[j].dead_before; in doRegisterAllocation()
847 ss_busy_until_before[k+1] = vreg_lrs[j].dead_before; in doRegisterAllocation()
857 if (ss_busy_until_before[k] <= vreg_lrs[j].live_after) in doRegisterAllocation()
863 ss_busy_until_before[k] = vreg_lrs[j].dead_before; in doRegisterAllocation()