Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/priv/
Dhost_generic_reg_alloc2.c379 Int* rreg_dead_before; in doRegisterAllocation() local
521 rreg_dead_before = LibVEX_Alloc(n_available_real_regs * sizeof(Int)); in doRegisterAllocation()
525 rreg_dead_before[j] = INVALID_INSTRNO; in doRegisterAllocation()
631 flush_db = rreg_dead_before[k]; in doRegisterAllocation()
636 rreg_dead_before[k] = ii+1; in doRegisterAllocation()
649 rreg_dead_before[k] = ii+1; in doRegisterAllocation()
662 rreg_dead_before[k] = ii+1; in doRegisterAllocation()
695 rreg_dead_before[j]); in doRegisterAllocation()
698 && rreg_dead_before[j] == INVALID_INSTRNO) in doRegisterAllocation()
701 && rreg_dead_before[j] != INVALID_INSTRNO) in doRegisterAllocation()
[all …]