Searched refs:last_live (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-dse.cc382 int last_live = bitmap_last_set_bit (live); local
389 *trim_tail = last_orig - last_live;
416 && last_live - first_live >= 2
425 while ((first_live | (align_units - 1)) > (unsigned int)last_live)
445 unsigned int pos = last_live & (align_units - 1);
450 if ((last_live | mask) > (last_live + *trim_tail))
454 unsigned int extra = (last_live | mask) - last_live;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-dse.c272 int last_live = bitmap_last_set_bit (live); local
279 *trim_tail = last_orig - last_live;
303 if (last_live - first_live > UNITS_PER_WORD)

Completed in 260 milliseconds