Home
last modified time | relevance | path

Searched refs:live_throughout (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcaller-save.cc429 &chain->live_throughout); in setup_save_areas()
459 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, regno, rsi) in setup_save_areas()
512 &chain->live_throughout); in setup_save_areas()
537 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, regno, rsi) in setup_save_areas()
801 &chain->live_throughout); in save_call_clobbered_regs()
812 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, regno, rsi) in save_call_clobbered_regs()
1359 COPY_REG_SET (&new_chain->live_throughout, &chain->live_throughout); in insert_one_insn()
1361 &new_chain->live_throughout); in insert_one_insn()
1369 &new_chain->live_throughout); in insert_one_insn()
1385 COPY_REG_SET (&new_chain->live_throughout, &chain->live_throughout); in insert_one_insn()
[all …]
Dreload.h310 bitmap_head live_throughout; variable
Dreload1.cc476 INIT_REG_SET (&c->live_throughout); in new_insn_chain()
1401 CLEAR_REGNO_REG_SET (&chain->live_throughout, i); in maybe_fix_stack_asms()
1741 REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout); in order_regs_for_reload()
1751 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, i, rsi) in order_regs_for_reload()
1924 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, j, rsi) in find_reg()
4238 (&chain->live_throughout, FIRST_PSEUDO_REGISTER, i, rsi) in finish_spills()
4280 AND_COMPL_REG_SET (&chain->live_throughout, &spilled_pseudos); in finish_spills()
4287 REG_SET_TO_HARD_REG_SET (used_by_pseudos, &chain->live_throughout); in finish_spills()
4291 compute_use_by_pseudos (&used_by_pseudos, &chain->live_throughout); in finish_spills()
6218 REG_SET_TO_HARD_REG_SET (tmp, &chain->live_throughout); in choose_reload_regs_init()
[all …]
Dira.cc4203 bitmap_print (file, &c->live_throughout, "live_throughout: ", ", "); in print_insn_chain()
4425 bitmap_copy (&c->live_throughout, live_relevant_regs); in build_insn_chain()
4526 bitmap_copy (&c->live_throughout, live_relevant_regs); in build_insn_chain()
DChangeLog-1999367 * reload.h (struct insn_chain): Change live_throughout and dead_or_set
682 Handle live_throughout / dead_or_set instead of live_before /
685 chain->live_throughout.
693 (build_insn_chain): Set live_throughout instead of
696 live_after with live_throughout / dead_or_set.
697 * reload1.c (new_insn_chain): Handle live_throughout / dead_or_set
703 (stupid_life_analysis): Set chain->live_throughout chain->dead_or_set
706 (stupid_mark_refs): Call mark_hard_ref. Clear chain->live_throughout.
DChangeLog-20089711 more arguments. Don't clear live_throughout and dead_or_set for
DChangeLog-2007800 live_throughout in the new insn.
DChangeLog-201030091 * reload.h (struct insn_chain): Change types of live_throughout