Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c904 Int ss_no = -1; in doRegisterAllocation() local
912 for (ss_no = 0; ss_no < N_SPILL64S-1; ss_no += 2) 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()
916 if (ss_no >= N_SPILL64S-1) { 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()
929 for (ss_no = 0; ss_no < N_SPILL64S; ss_no++) in doRegisterAllocation()
930 if (ss_busy_until_before[ss_no] <= vreg_lrs[j].live_after) in doRegisterAllocation()
932 if (ss_no == N_SPILL64S) { in doRegisterAllocation()
[all …]