Searched refs:vreg_lrs (Results 1 – 1 of 1) sorted by relevance
358 VRegLR* vreg_lrs; /* [0 .. n_vregs-1] */ in doRegisterAllocation() local492 vreg_lrs = NULL; in doRegisterAllocation()494 vreg_lrs = LibVEX_Alloc(sizeof(VRegLR) * n_vregs); in doRegisterAllocation()497 vreg_lrs[j].live_after = INVALID_INSTRNO; in doRegisterAllocation()498 vreg_lrs[j].dead_before = INVALID_INSTRNO; in doRegisterAllocation()499 vreg_lrs[j].spill_offset = 0; in doRegisterAllocation()500 vreg_lrs[j].spill_size = 0; in doRegisterAllocation()501 vreg_lrs[j].reg_class = HRcINVALID; in doRegisterAllocation()563 if (vreg_lrs[k].reg_class == HRcINVALID) { in doRegisterAllocation()565 vreg_lrs[k].reg_class = hregClass(vreg); in doRegisterAllocation()[all …]