/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stack-ptr-mod.cc | 94 note_stores (insn, notice_stack_pointer_modification_1, NULL); in execute()
|
H A D | caller-save.cc | 438 note_stores (insn, mark_set_regs, &this_insn_sets); in setup_save_areas() 521 note_stores (insn, mark_set_regs, &this_insn_sets); in setup_save_areas() 781 note_stores (insn, mark_set_regs, &this_insn_sets); in save_call_clobbered_regs() 834 note_stores (insn, mark_set_regs, &this_insn_sets); in save_call_clobbered_regs() 1389 note_stores (chain->insn, add_stored_regs, &new_chain->live_throughout); in insert_one_insn()
|
H A D | gcse-common.cc | 92 note_stores (insn, canon_list_insert, (void*) &data); in record_last_mem_set_info_common()
|
H A D | dce.cc | 267 note_stores (insn, mark_nonreg_stores_1, insn); in mark_nonreg_stores() 269 note_stores (insn, mark_nonreg_stores_2, insn); in mark_nonreg_stores()
|
H A D | postreload-gcse.cc | 661 note_stores (setter, find_mem_conflicts, x); in load_killed_in_block_p() 763 note_stores (insn, record_last_set_info, insn); in record_opr_changes()
|
H A D | loop-doloop.cc | 769 note_stores (i, record_reg_sets, modified); in doloop_optimize()
|
H A D | regcprop.cc | 751 note_stores (insn, kill_clobbered_value, vd); in kill_clobbered_values() 1132 note_stores (insn, kill_set_value, &ksvd); in copyprop_hardreg_forward_1()
|
H A D | mode-switching.cc | 640 note_stores (insn, reg_becomes_live, &live_now); in optimize_mode_switching()
|
H A D | loop-invariant.cc | 2196 note_stores (insn, mark_reg_clobber, NULL); in calculate_loop_reg_pressure() 2209 note_stores (insn, mark_reg_store, NULL); in calculate_loop_reg_pressure()
|
H A D | regrename.cc | 1772 note_stores (insn, note_sets_clobbers, &clobber_code); in build_def_use() 1894 note_stores (insn, note_sets_clobbers, &set_code); in build_def_use()
|
H A D | postreload.cc | 1341 note_stores (insn, reload_combine_note_store, NULL); in reload_combine() 2120 note_stores (insn, move2add_note_store, insn); in reload_cse_move2add()
|
H A D | resource.cc | 1041 note_stores (real_insn, update_live_status, NULL); in mark_target_live_regs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stack-ptr-mod.c | 94 note_stores (insn, notice_stack_pointer_modification_1, NULL); in execute()
|
H A D | caller-save.c | 438 note_stores (insn, mark_set_regs, &this_insn_sets); in setup_save_areas() 521 note_stores (insn, mark_set_regs, &this_insn_sets); in setup_save_areas() 781 note_stores (insn, mark_set_regs, &this_insn_sets); in save_call_clobbered_regs() 834 note_stores (insn, mark_set_regs, &this_insn_sets); in save_call_clobbered_regs() 1400 note_stores (chain->insn, add_stored_regs, &new_chain->live_throughout); in insert_one_insn()
|
H A D | gcse-common.c | 92 note_stores (insn, canon_list_insert, (void*) &data); in record_last_mem_set_info_common()
|
H A D | dce.c | 267 note_stores (insn, mark_nonreg_stores_1, insn); in mark_nonreg_stores() 269 note_stores (insn, mark_nonreg_stores_2, insn); in mark_nonreg_stores()
|
H A D | postreload-gcse.c | 662 note_stores (setter, find_mem_conflicts, x); in load_killed_in_block_p() 764 note_stores (insn, record_last_set_info, insn); in record_opr_changes()
|
H A D | loop-doloop.c | 733 note_stores (i, record_reg_sets, modified); in doloop_optimize()
|
H A D | regcprop.c | 749 note_stores (insn, kill_clobbered_value, vd); in kill_clobbered_values() 1114 note_stores (insn, kill_set_value, &ksvd); in copyprop_hardreg_forward_1()
|
H A D | mode-switching.c | 640 note_stores (insn, reg_becomes_live, &live_now); in optimize_mode_switching()
|
H A D | loop-invariant.c | 2188 note_stores (insn, mark_reg_clobber, NULL); in calculate_loop_reg_pressure() 2201 note_stores (insn, mark_reg_store, NULL); in calculate_loop_reg_pressure()
|
H A D | regrename.c | 1753 note_stores (insn, note_sets_clobbers, &clobber_code); in build_def_use() 1875 note_stores (insn, note_sets_clobbers, &set_code); in build_def_use()
|
H A D | postreload.c | 1331 note_stores (insn, reload_combine_note_store, NULL); in reload_combine() 2110 note_stores (insn, move2add_note_store, insn); in reload_cse_move2add()
|
H A D | resource.c | 1055 note_stores (real_insn, update_live_status, NULL); in mark_target_live_regs()
|
H A D | alias.c | 3330 note_stores (as_a<const rtx_insn *> (insn), memory_modified_1, in memory_modified_in_insn_p() 3459 note_stores (insn, record_set, NULL); in init_alias_analysis()
|