Searched refs:flush_db (Results 1 – 1 of 1) sorted by relevance
702 Int flush_la = INVALID_INSTRNO, flush_db = INVALID_INSTRNO; in doRegisterAllocation() local707 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()