Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c424 Short ss_busy_until_before[N_SPILL64S]; in doRegisterAllocation() local
886 local_memset(ss_busy_until_before, 0, sizeof(ss_busy_until_before)); in doRegisterAllocation()
913 if (ss_busy_until_before[ss_no+0] <= vreg_lrs[j].live_after in doRegisterAllocation()
914 && ss_busy_until_before[ss_no+1] <= vreg_lrs[j].live_after) in doRegisterAllocation()
920 ss_busy_until_before[ss_no+0] = vreg_lrs[j].dead_before; in doRegisterAllocation()
921 ss_busy_until_before[ss_no+1] = vreg_lrs[j].dead_before; in doRegisterAllocation()
930 if (ss_busy_until_before[ss_no] <= vreg_lrs[j].live_after) in doRegisterAllocation()
936 ss_busy_until_before[ss_no] = vreg_lrs[j].dead_before; in doRegisterAllocation()