Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_generic_reg_alloc2.c702 Int flush_la = INVALID_INSTRNO, flush_db = INVALID_INSTRNO; in doRegisterAllocation() local
707 flush_db = rreg_dead_before[j]; in doRegisterAllocation()
708 if (flush_la != INVALID_INSTRNO && flush_db != INVALID_INSTRNO) in doRegisterAllocation()
741 vassert(flush_db != INVALID_INSTRNO); in doRegisterAllocation()
744 vex_printf("FLUSH 1 (%d,%d)\n", flush_la, flush_db); in doRegisterAllocation()
747 rreg_lrs_la[rreg_lrs_used].dead_before = toShort(flush_db); in doRegisterAllocation()