Searched refs:rtx_obj_reference (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | rtlanal.h | 51 class rtx_obj_reference 54 rtx_obj_reference () = default; 55 rtx_obj_reference (unsigned int regno, uint16_t flags, 111 inline rtx_obj_reference::rtx_obj_reference (unsigned int regno, uint16_t flags, in rtx_obj_reference() function 137 iterator_range<rtx_obj_reference *> refs () const; 146 rtx_obj_reference *ref_begin; 147 rtx_obj_reference *ref_iter; 148 rtx_obj_reference *ref_end; 201 inline iterator_range<rtx_obj_reference *> 305 rtx_obj_reference m_storage[SIZE];
|
H A D | ChangeLog-2020 | 501 (rtx_obj_reference, rtx_properties): New classes.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/rtl-ssa/ |
H A D | insns.cc | 443 rtx_obj_reference ref) in record_use() 586 rtx_obj_reference ref) in record_def() 645 for (rtx_obj_reference ref : properties.refs ()) in add_insn_to_block() 659 for (rtx_obj_reference ref : properties.refs ()) in add_insn_to_block()
|
H A D | functions.h | 242 void record_use (build_info &, insn_info *, rtx_obj_reference); 244 void record_def (build_info &, insn_info *, rtx_obj_reference);
|
H A D | accesses.h | 427 void record_reference (rtx_obj_reference, bool); 530 void record_reference (rtx_obj_reference, bool);
|
H A D | changes.cc | 383 for (rtx_obj_reference ref : properties.refs ()) in finalize_new_accesses() 465 for (rtx_obj_reference ref : properties.refs ()) in finalize_new_accesses()
|
H A D | internals.inl | 81 use_info::record_reference (rtx_obj_reference ref, bool is_first) 196 def_info::record_reference (rtx_obj_reference ref, bool is_first)
|