Home | History | Annotate | Download | only in gcc

Lines Matching defs:rtx_obj_reference

31 /* Bitmasks of flags describing an rtx_obj_reference.  See the accessors
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,
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];