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

/freebsd-9.3-release/contrib/gcc/
H A Dmode-switching.c226 regset live_at_end = src_bb->il.rtl->global_live_at_end;
375 COPY_REG_SET (pre_exit->il.rtl->global_live_at_start, live_at_end);
376 COPY_REG_SET (pre_exit->il.rtl->global_live_at_end, live_at_end);
224 regset live_at_end = src_bb->il.rtl->global_live_at_end; local
H A Dflow.c1275 live_at_end wouldn't have changed. */
1285 /* If any bits were removed from live_at_end, we'll have to
1288 local_live is really dependent on live_at_end. */
1296 /* If any of the registers in the new live_at_end set are
1299 block do not just take the live_at_end set into
1302 we only compare the new live_at_end against the
1333 new_live_at_end that aren't in the old live_at_end. */
1346 /* Rescan the block insn by insn to turn (a copy of) live_at_end
1420 their live_at_end. */
1873 regset live_at_end;
1868 regset live_at_end; local
[all...]

Completed in 60 milliseconds