Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c358 VRegLR* vreg_lrs; /* [0 .. n_vregs-1] */ in doRegisterAllocation() local
492 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 …]