Home
last modified time | relevance | path

Searched refs:flush_la (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
706 flush_la = rreg_live_after[j]; in doRegisterAllocation()
708 if (flush_la != INVALID_INSTRNO && flush_db != INVALID_INSTRNO) in doRegisterAllocation()
740 vassert(flush_la != INVALID_INSTRNO); in doRegisterAllocation()
744 vex_printf("FLUSH 1 (%d,%d)\n", flush_la, flush_db); in doRegisterAllocation()
746 rreg_lrs_la[rreg_lrs_used].live_after = toShort(flush_la); in doRegisterAllocation()