Searched refs:vreg_lrs (Results 1 – 1 of 1) sorted by relevance
402 VRegLR* vreg_lrs; /* [0 .. n_vregs-1] */ in doRegisterAllocation() local543 vreg_lrs = NULL; in doRegisterAllocation()545 vreg_lrs = LibVEX_Alloc_inline(sizeof(VRegLR) * n_vregs); in doRegisterAllocation()548 vreg_lrs[j].live_after = INVALID_INSTRNO; in doRegisterAllocation()549 vreg_lrs[j].dead_before = INVALID_INSTRNO; in doRegisterAllocation()550 vreg_lrs[j].spill_offset = 0; in doRegisterAllocation()551 vreg_lrs[j].spill_size = 0; in doRegisterAllocation()552 vreg_lrs[j].reg_class = HRcINVALID; in doRegisterAllocation()618 if (vreg_lrs[k].reg_class == HRcINVALID) { in doRegisterAllocation()620 vreg_lrs[k].reg_class = hregClass(vreg); in doRegisterAllocation()[all …]