HomeSort by relevance Sort by last modified time
    Searched full:flush_la (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 608 /* Dummy initialisations of flush_la and flush_db to avoid
610 Int flush_la = INVALID_INSTRNO, flush_db = INVALID_INSTRNO; local
631 flush_la = rreg_live_after[k];
633 if (flush_la != INVALID_INSTRNO
670 vassert(flush_la != INVALID_INSTRNO);
674 vex_printf("FLUSH 1 (%d,%d)\n", flush_la, flush_db);
676 rreg_lrs_la[rreg_lrs_used].live_after = toShort(flush_la);
    [all...]

Completed in 304 milliseconds